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)
{
"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