Skip to main content

MCP server for Tangled git collaboration platform

Project description

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] requires uv 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

MCP client installation instructions

claude code

# 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

cursor

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 cli

codex mcp add tangled \
  --env TANGLED_HANDLE=your.handle \
  --env TANGLED_PASSWORD=your-app-password \
  -- uvx tangled-mcp

other clients

for clients that support MCP server configuration, use:

  • command: uvx
  • args: ["tangled-mcp"]
  • environment variables: TANGLED_HANDLE, TANGLED_PASSWORD, and optionally TANGLED_PDS_URL

development 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, labels) - create an issue with optional labels
  • update_repo_issue(repo, issue_id, title, body, labels) - update an issue's title, body, and/or labels
  • delete_repo_issue(repo, issue_id) - delete an issue
  • list_repo_issues(repo, limit, cursor) - list issues for a repository
  • list_repo_labels(repo) - list available labels for a repository

development

just test   # run tests
just check  # run pre-commit checks

mcp-name: io.github.zzstoatzz/tangled-mcp

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tangled_mcp-0.0.10.tar.gz (115.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tangled_mcp-0.0.10-py3-none-any.whl (13.9 kB view details)

Uploaded Python 3

File details

Details for the file tangled_mcp-0.0.10.tar.gz.

File metadata

  • Download URL: tangled_mcp-0.0.10.tar.gz
  • Upload date:
  • Size: 115.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.2

File hashes

Hashes for tangled_mcp-0.0.10.tar.gz
Algorithm Hash digest
SHA256 7e984a005cc005d36a4e35c2ce8a40e095fad559157251e6dd0f7418050d81d4
MD5 70fa7f3894b3cbc771a1936d539994cf
BLAKE2b-256 b92ed1bae3458ae5669da4c149865a063dc7d9e3b9da469cefe682574bc97c51

See more details on using hashes here.

File details

Details for the file tangled_mcp-0.0.10-py3-none-any.whl.

File metadata

File hashes

Hashes for tangled_mcp-0.0.10-py3-none-any.whl
Algorithm Hash digest
SHA256 9d0fd6a3c4827ff245867e27c983b672d0c63db3affc2a3bbc42973cebeed9e4
MD5 d4238c6da363f4f74a20083c841a6fef
BLAKE2b-256 57e41626749839c12f753304a6dbea4a4d126ce0f93788ac8179742f1f05db6c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page