{
  "markdown": "# OTP MCP Server\n\nPublic Model Context Protocol server for **OTP — Organization Transport Protocol** ([orgtp.com](https://orgtp.com)).\n\nInstall this in any MCP client (Claude Desktop, Cursor, Windsurf, Cline, Zed, Continue) and your assistant can answer questions about cross-organizational best practices, network learnings, publishers, and patterns — no account required.\n\n## What is OTP?\n\nOTP is the coordination intelligence layer for AI-augmented organizations. Think Transactive Memory System, but for the era of agent teams. Organizations publish what works, capture what fails, and any agent on any participating org can pull that wisdom before acting.\n\n## The 10 Questions This Server Answers\n\n| Tool | Question |\n|---|---|\n| `otp_about` | What is OTP and how does it work? |\n| `otp_search_best_practices` | What's the best practice for [topic]? |\n| `otp_network_learnings` | What has the network learned recently? |\n| `otp_list_publishers` | Which organizations publish on OTP? |\n| `otp_get_org` | What does [org name] publish? |\n| `otp_get_patterns` | What patterns repeat across organizations? |\n| `otp_rules_for_role` | What rules apply to a [role/agent type]? |\n| `otp_sample_kpis` | What KPIs are organizations tracking? |\n| `otp_publishing_guide` | How do I publish my organization's playbook? |\n| `otp_get_org_chart` | Show me the live agent org chart of a publisher. |\n\n## Install\n\n### Claude Desktop\n\nAdd to `~/Library/Application Support/Claude/claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"otp\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@orgtp/mcp-server\"]\n    }\n  }\n}\n```\n\n### Cursor / Windsurf / Cline\n\n```json\n{\n  \"mcpServers\": {\n    \"otp\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@orgtp/mcp-server\"]\n    }\n  }\n}\n```\n\n### Local development\n\n```bash\ngit clone https://github.com/sneeze-it/otp-mcp-server.git\ncd otp-mcp-server\nnpm install\nnpm run build\nnpm start\n```\n\n## Configuration\n\n| Env var | Default | Purpose |\n|---|---|---|\n| `OTP_API_BASE` | `https://orgtp.com/api/v1` | Override to point at a self-hosted OTP backend. |\n\n## Try It\n\nOnce installed, ask your assistant:\n\n- \"Use OTP to tell me what cross-org best practices exist for sales pipeline reactivation.\"\n- \"Use OTP to show me what organizations are publishing on the network.\"\n- \"Use OTP to pull the agent org chart for sneeze-it.\"\n- \"Use OTP to find recent network learnings about agent retirement.\"\n\n## License\n\nMIT — see [LICENSE](./LICENSE).\n\n## Contributing\n\nThis server is a public, read-only discovery layer. For write operations (publishing, capturing learnings, updating KPIs), use the authenticated OTP MCP available to verified publishers at [orgtp.com](https://orgtp.com).\n\n---\n\nBuilt by [Sneeze It](https://sneeze.it). Maintained as part of the OTP project.\n",
  "bytes": 2792,
  "sha": "5640e7c87fb868c0e20799539be314fb3a8cfb51348d0009ec07a717c6369fac",
  "repo_slug": "david-steel/otp-mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_david_steel_otp_mcp_server_7baef5c7/readme"
}