Odel
otp mcp server

otp mcp server

Local
@david-steelTypeScriptMITUpdated 4mo ago

Public MCP for OTP (orgtp.com). Query cross-org best practices, learnings, publishers, patterns.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@orgtp/mcp-serverv0.1.1

Run

npx -y @orgtp/mcp-server

MCP client config

{
  "mcpServers": {
    "otp-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@orgtp/mcp-server"
      ]
    }
  }
}