Skip to main content
Glama

Tangled MCP Server

by zzstoatzz

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

git clone https://tangled.org/zzstoatzz/tangled-mcp cd tangled-mcp just setup
IMPORTANT

requiresuv and just

configuration

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=

usage

uv run tangled-mcp

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

just test # run tests just check # run pre-commit checks
Deploy Server
A
security – no known vulnerabilities
-
license - not tested
A
quality - confirmed to work

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.

  1. installation
    1. configuration
      1. usage
        1. resources
          1. tools
            1. repositories
            2. issues
          2. development

            MCP directory API

            We provide all the information about MCP servers via our MCP API.

            curl -X GET 'https://glama.ai/api/mcp/v1/servers/zzstoatzz/tangled-mcp'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server