otp mcp server for Windsurf
io.github.david-steel/otp-mcp-server
Public MCP for OTP (orgtp.com). Query cross-org best practices, learnings, publishers, patterns.
client:Windsurf
transport:stdio
runtime:npm
Install otp mcp server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"otp-mcp-server": {
"command": "npx",
"args": [
"-y",
"@orgtp/mcp-server"
],
"env": {
"OTP_API_BASE": "<OTP_API_BASE>",
"OTP_MOCK": "<OTP_MOCK>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs