Tangled MCP for Cursor
io.github.zzstoatzz/tangled-mcp
MCP server for Tangled git platform. Manage repositories, branches, and issues on tangled.org.
client:Cursor
transport:stdio
runtime:pypi
Install Tangled MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"tangled-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"tangled-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs