Tangled MCP for VS Code
io.github.zzstoatzz/tangled-mcp
MCP server for Tangled git platform. Manage repositories, branches, and issues on tangled.org.
client:VS Code
transport:stdio
runtime:pypi
Install Tangled MCP in VS Code
.vscode/mcp.json
{
"servers": {
"tangled-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"tangled-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs