Skip to content
Grok

simple mcp http for Grok

io.github.oleksii-donets/simple_mcp_http

A Test MCP server that provides tools, promts and resources

client:Grok transport:stdio runtime:oci

Install simple mcp http in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "simple_mcp_http": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/d0nets/simple-mcp-http:0.0.4"
      ],
      "env": {
        "APP_HOST": "<APP_HOST>",
        "APP_PORT": "<APP_PORT>"
      }
    }
  }
}

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

simple mcp http in other clients