Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TANGLED_HANDLE | Yes | Your Tangled handle | |
| TANGLED_PDS_URL | No | Optional: only needed if using custom PDS (leave blank for auto-discovery) | |
| TANGLED_PASSWORD | Yes | Your Tangled app password |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| tangled_status | check the status of the tangled connection |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_repo_branches | list branches for a repository Args: repo: repository identifier in 'owner/repo' format (e.g., 'zzstoatzz/tangled-mcp') limit: maximum number of branches to return (1-100) cursor: optional pagination cursor Returns: list of branches with optional cursor for pagination |
| create_repo_issue | create an issue on a repository Args: repo: repository identifier in 'owner/repo' format title: issue title body: optional issue body/description Returns: dict with uri and cid of created issue |
| list_repo_issues | list issues for a repository Args: repo: repository identifier in 'owner/repo' format limit: maximum number of issues to return (1-100) cursor: optional pagination cursor Returns: dict with list of issues and optional cursor |