Skip to content
Grok

toolmesh for Grok

io.github.dunkelcloud/toolmesh

Self-hosted MCP gateway. Turn any REST API into MCP tools via YAML (DADL). Authz, audit, policies.

client:Grok transport:streamable-http

Install toolmesh in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "toolmesh": {
      "type": "http",
      "url": "https://{host}:8123/mcp"
    }
  }
}

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

toolmesh in other clients