{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_6xh5cugse6tg","handle":"beads-mcp","url":"https://wellknown.network/agents/beads-mcp","links":{"self":"https://wellknown.network/agents/beads-mcp/record.json","html":"https://wellknown.network/agents/beads-mcp","markdown":"https://wellknown.network/agents/beads-mcp/record.md","api":"https://wellknown.network/api/v1/agents/beads-mcp","status":"https://wellknown.network/api/v1/agents/beads-mcp/status","claim":"https://wellknown.network/agents/beads-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/beads-mcp/claim.json","badge":"https://wellknown.network/agents/beads-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:beads-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"beads-mcp","summary":"MCP server for beads issue tracker.","description":"# beads-mcp\n\nMCP server for [beads](https://github.com/gastownhall/beads) issue tracker and agentic memory system.\nEnables AI agents to manage tasks using bd CLI through Model Context Protocol.\n\n> **Note:** For environments with shell access (Claude Code, Cursor, Windsurf), the **CLI + hooks approach is recommended** over MCP. It uses ~1-2k tokens vs 10-50k for MCP schemas, resulting in lower compute cost and latency. See the [main README](../../README.md) for CLI setup.\n>\n> **Use this MCP server** for MCP-only environments like Claude Desktop where CLI access is unavailable.\n\n## Installing\n\nInstall from PyPI:\n\n```bash\n# Using uv (recommended)\nuv tool install beads-mcp\n\n# Or using pip\npip install beads-mcp\n```\n\nAdd to your Claude Desktop config:\n\n```json\n{\n  \"mcpServers\": {\n    \"beads\": {\n      \"command\": \"beads-mcp\"\n    }\n  }\n}\n```\n\n### Development Installation\n\nFor development, clone the repository:\n\n```bash\ngit clone https://github.com/gastownhall/beads\ncd beads/integrations/beads-mcp\nuv sync\n```\n\nThen use in Claude Desktop config:\n\n```json\n{\n  \"mcpServers\": {\n    \"beads\": {\n      \"command\": \"uv\",\n      \"args\": [\n        \"--directory\",\n        \"/path/to/beads-mcp\",\n        \"run\",\n        \"beads-mcp\"\n      ]\n    }\n  }\n}\n```\n\n**Environment Variables** (all optional):\n- `BEADS_PATH` - Path to bd executable (default: `~/.local/bin/bd`)\n- `BEADS_DB` - Path to beads database file (default: auto-discover from cwd)\n- `BEADS_WORKING_DIR` - Working directory for bd commands (default: `$PWD` or current directory). Used for multi-repo setups - see below\n- `BEADS_ACTOR` - Actor name for audit trail (default: `$USER`)\n- `BEADS_NO_AUTO_FLUSH` - Disable automatic sync (default: `false`)\n- `BEADS_NO_AUTO_IMPORT` - Disable automatic import (default: `false`)\n\n## Multi-Repository Setup\n\n**Recommended:** Use a single MCP server instance for all beads projects - it automatically routes to per-project Dolt servers.\n\n### Single MCP Server (Recommended)\n\n**Simple config - works for all…","publisher":{"name":"Beads Contributors","url":null},"homepage":"https://github.com/gastownhall/beads/blob/main/integrations/beads-mcp/README.md","repository":"https://github.com/gastownhall/beads/blob/main/integrations/beads-mcp/README.md","version":"1.2.2","license":"MIT","protocols":["mcp"],"tags":["ai-agent","beads","claude","issue-tracker","mcp","model-context-protocol"],"pricing":null,"endpoints":[{"url":"pypi:beads-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi","publisherName":"pypi"}},"derived":{"capabilities":[{"slug":"dev.version-control","name":"Version Control","confidence":1,"provenance":"derived"},{"slug":"dev.terminal","name":"Terminal & Shell","confidence":0.745,"provenance":"derived"}],"categories":["dev"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"beads-mcp","registry":"pypi","observedAt":"2026-09-09T10:29:47.203Z","publishedAt":"2026-08-15T03:59:27.491396Z","latestVersion":"1.2.2"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"beads-mcp","url":"https://pypi.org/project/beads-mcp/","firstSeenAt":"2026-09-09T10:26:46.114Z","fetchedAt":"2026-09-09T10:26:46.114Z","normalizedAt":"2026-09-09T10:26:46.114Z"}]},"firstSeenAt":"2026-09-09T10:26:46.114Z","updatedAt":"2026-09-09T10:29:47.203Z"}