
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
tangled-mcp
Advanced tools
MCP server for Tangled - a git collaboration platform built on AT Protocol.
note: this repository is mirrored to GitHub for deployment via FastMCP Cloud.
git clone https://tangled.org/zzstoatzz/tangled-mcp
cd tangled-mcp
just setup
create .env file:
TANGLED_HANDLE=your.handle
TANGLED_PASSWORD=your-app-password
# optional: only needed if using custom PDS (leave blank for auto-discovery)
TANGLED_PDS_URL=
# basic setup
claude mcp add tangled -- uvx tangled-mcp
# with credentials
claude mcp add tangled \
-e TANGLED_HANDLE=your.handle \
-e TANGLED_PASSWORD=your-app-password \
-- uvx tangled-mcp
add to your cursor settings (~/.cursor/mcp.json or .cursor/mcp.json):
{
"mcpServers": {
"tangled": {
"command": "uvx",
"args": ["tangled-mcp"],
"env": {
"TANGLED_HANDLE": "your.handle",
"TANGLED_PASSWORD": "your-app-password"
}
}
}
}
codex mcp add tangled \
--env TANGLED_HANDLE=your.handle \
--env TANGLED_PASSWORD=your-app-password \
-- uvx tangled-mcp
for clients that support MCP server configuration, use:
uvx["tangled-mcp"]TANGLED_HANDLE, TANGLED_PASSWORD, and optionally TANGLED_PDS_URLuv run tangled-mcp
tangled://status - connection status (PDS auth + tangled accessibility)all tools accept repositories in owner/repo format (e.g., zzstoatzz/tangled-mcp). handles (with or without @ prefix) and DIDs are both supported for the owner.
list_repo_branches(repo, limit, cursor) - list branches for a repositorycreate_repo_issue(repo, title, body, labels) - create an issue with optional labelsupdate_repo_issue(repo, issue_id, title, body, labels) - update an issue's title, body, and/or labelsdelete_repo_issue(repo, issue_id) - delete an issuelist_repo_issues(repo, limit, cursor) - list issues for a repositorylist_repo_labels(repo) - list available labels for a repositoryjust test # run tests
just check # run pre-commit checks
mcp-name: io.github.zzstoatzz/tangled-mcp
FAQs
MCP server for Tangled git collaboration platform
We found that tangled-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.