MCP_Server_Sandbox

ablondel42/MCP_Server_Sandbox
★ 0 stars Python AI/LLM Updated today
My goal is to use ast and lsp tools to map a worspace and evaluate the impact of AI Agents refactoring plans to avoid breaking changes. V1 aims to be simple with a minimum set of MCP tools exposed.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp_server_sandbox": {
      "command": "uvx",
      "args": [
        "mcp-server-sandbox"
      ]
    }
  }
}

Or install with pip: pip install mcp-server-sandbox