Skip to content

Python Package Runtime Test for Grok

io.github.ligafew/python-package-runtime-test

Hosted Python sandbox for package runtime verification: pip install and usable-import evidence.

client:Grok transport:streamable-http tools:1

Install Python Package Runtime Test in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "python-package-runtime-test": {
      "type": "http",
      "url": "https://apcs-public-mcp-gateway.apcs-mcp.workers.dev/mcp/python-package-runtime-test"
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

What Grok can do once it is connected

Python Package Runtime Test in other clients