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
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 optionallyTANGLED_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 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 repository
development
just test # run tests
just check # run pre-commit checks
mcp-name: io.github.zzstoatzz/tangled-mcp
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tangled_mcp-0.0.14.tar.gz.
File metadata
- Download URL: tangled_mcp-0.0.14.tar.gz
- Upload date:
- Size: 119.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
65deefac6a6c13c22e0c557b0cea45da7354665f77b2a8395f9e049a3f0cc555
|
|
| MD5 |
80336990f590475a69abdd64a4b29bc1
|
|
| BLAKE2b-256 |
9f67d198748247e446651fd980e54a73bc3f51af1e68a3f1af46cb6d78e2b7b7
|
File details
Details for the file tangled_mcp-0.0.14-py3-none-any.whl.
File metadata
- Download URL: tangled_mcp-0.0.14-py3-none-any.whl
- Upload date:
- Size: 13.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1efcdcfd837ae61cdf51994c5d26d292126562a2078459186cc9f76d64c10d2
|
|
| MD5 |
f7006eadcf80c015c0e2ab6764ab75fc
|
|
| BLAKE2b-256 |
0df3e0cefc675381b2212c949f10466b489e893e9b419ca5e88199718252156a
|