Skip to main content
Glama

Tangled MCP Server

by zzstoatzz

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TANGLED_HANDLEYesYour Tangled handle
TANGLED_PDS_URLNoOptional: only needed if using custom PDS (leave blank for auto-discovery)
TANGLED_PASSWORDYesYour Tangled app password

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
tangled_statuscheck the status of the tangled connection

Tools

Functions exposed to the LLM to take actions

NameDescription
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

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