Provides tools for interacting with git repositories through the Tangled platform, enabling repository and branch management, issue creation and listing capabilities.
tangled-mcp
MCP server for Tangled - a git collaboration platform built on AT Protocol.
note: this repository is mirrored to GitHub for deployment via FastMCP Cloud.
installation
configuration
create .env file:
usage
resources
- tangled://status- connection status (PDS auth + tangled accessibility)
tools
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.
repositories
- list_repo_branches(repo, limit, cursor)- list branches for a repository
issues
- create_repo_issue(repo, title, body)- create an issue on a repository
- list_repo_issues(repo, limit, cursor)- list issues for a repository
development
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Enables interaction with Tangled, a git collaboration platform built on AT Protocol. Supports repository management, branch listing, and issue creation/management through natural language commands.