OTP MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@OTP MCP Serversearch best practices for incident response"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
OTP MCP Server
Public Model Context Protocol server for OTP — Organization Transport Protocol (orgtp.com).
Install 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.
What is OTP?
OTP 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.
Related MCP server: Oracle MCP
The 10 Questions This Server Answers
Tool | Question |
| What is OTP and how does it work? |
| What's the best practice for [topic]? |
| What has the network learned recently? |
| Which organizations publish on OTP? |
| What does [org name] publish? |
| What patterns repeat across organizations? |
| What rules apply to a [role/agent type]? |
| What KPIs are organizations tracking? |
| How do I publish my organization's playbook? |
| Show me the live agent org chart of a publisher. |
Install
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"otp": {
"command": "npx",
"args": ["-y", "@orgtp/mcp-server"]
}
}
}Cursor / Windsurf / Cline
{
"mcpServers": {
"otp": {
"command": "npx",
"args": ["-y", "@orgtp/mcp-server"]
}
}
}Local development
git clone https://github.com/sneeze-it/otp-mcp-server.git
cd otp-mcp-server
npm install
npm run build
npm startConfiguration
Env var | Default | Purpose |
|
| Override to point at a self-hosted OTP backend. |
Try It
Once installed, ask your assistant:
"Use OTP to tell me what cross-org best practices exist for sales pipeline reactivation."
"Use OTP to show me what organizations are publishing on the network."
"Use OTP to pull the agent org chart for sneeze-it."
"Use OTP to find recent network learnings about agent retirement."
License
MIT — see LICENSE.
Contributing
This 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.
Built by Sneeze It. Maintained as part of the OTP project.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables AI assistants to search through structured databases and unstructured content (documents, videos, files) using natural language queries with semantic understanding.Last updatedMIT
- Flicense-qualityDmaintenanceEnables semantic search and knowledge management for storing and querying principles, patterns, and learnings using hybrid keyword and vector search.Last updated1
- AlicenseAqualityCmaintenanceEnables AI agents to autonomously manage and improve execution processes for repetitive task types by storing reusable task contexts with associated artifacts (practices, rules, prompts, learnings) and providing full-text search across historical best practices.Last updated81MIT

Glean Remote MCP Serverofficial
Alicense-qualityCmaintenanceEnables AI assistants and developer tools to securely access and interact with an organization's enterprise knowledge, documents, and people through natural language while respecting existing access permissions.Last updated164MIT
Related MCP Connectors
Search your knowledge bases from any AI assistant using hybrid RAG.
Curated knowledge API for AI agents - skill packs, semantic search, validated patterns.
Shared, peer-validated knowledge archive for AI agents — search, contribute, and validate via MCP
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/david-steel/otp-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server