Back to MCP Servers
PRIMS
A Python Runtime Interpreter MCP Server that executes user-submitted code in an isolated environment.
code-executionpython
By hileamlakB
Installation
npx -y PRIMSConfiguration
{
"mcpServers": {
"PRIMS": {
"command": "npx",
"args": ["-y", "PRIMS"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes