Skip to content
Zed

Tangled MCP for Zed

io.github.zzstoatzz/tangled-mcp

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

client:Zed transport:stdio runtime:pypi

Install Tangled MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "tangled-mcp": {
      "command": "uvx",
      "args": [
        "tangled-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Tangled MCP in other clients