Skip to content
Cline

Tangled MCP for Cline

io.github.zzstoatzz/tangled-mcp

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

client:Cline transport:stdio runtime:pypi

Install Tangled MCP in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Tangled MCP in other clients