Install commands are being verified. Only servers with the Verified badge have been checked against the real package registry. Unverified commands may 404 -- always inspect the source repo before running. Submit corrections on GitHub.
by maxim-saplin
Sandboxed Python interpreter for safely executing code from AI agents. Based on HuggingFace Smolagents LocalPythonExecutor with restricted builtins and import controls.
Install
npx -y @maxim-saplin/mcp-safe-local-python-executorRun this command to install and start the server:
npx -y @maxim-saplin/mcp-safe-local-python-executorAdd this to your MCP client config file (e.g. claude_desktop_config.json):
{
"mcpServers": {
"safe-python-executor-mcp": {
"command": "npx",
"args": [
"-y",
"@maxim-saplin/mcp-safe-local-python-executor"
]
}
}
}Other dev tools servers you might want to compare.
by Anthropic
Tools to read, search, and manipulate Git repositories. Browse commits, diffs, branches, and file history through natural language.
by Anthropic
Reference test server that exercises all MCP protocol features. Includes prompts, resources, tools, and sampling for testing clients.
by Anthropic
Retrieve and analyze error reports from Sentry. Search issues, view stack traces, and monitor application health.
by Upstash
Fetch up-to-date documentation for any library or framework. Get accurate API references and code examples on demand.