Skip to content
Grok

Tangled MCP for Grok

io.github.zzstoatzz/tangled-mcp

MCP server for Tangled git platform. Manage repositories, branches, and issues on tangled.org.

client:Grok transport:stdio runtime:pypi

Install Tangled MCP in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "tangled-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "tangled-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

Tangled MCP in other clients