MCP Server
MCP
io.github.david-steel/otp-mcp-server
Public MCP for OTP (orgtp.com). Query cross-org best practices, learnings, publishers, patterns.
Install
npx -y @orgtp/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@orgtp/mcp-server",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Override the OTP REST API base URL. Defaults to the public production endpoint. Set this if you're pointing at a self-hosted OTP backend or a development server.",
"format": "string",
"default": "https://orgtp.com/api/v1",
"name": "OTP_API_BASE"
},
{
"description": "Set to '1' to use built-in fixture data instead of hitting the live API. Useful for local demos when offline or before a backend is wired.",
"format": "string",
"name": "OTP_MOCK"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment