Loading MCP server directory, please wait...
Search an Octri project's API docs and call its endpoints as tools, shaped by its SDK Studio config.
npx @getmcp/cli add dev.octri/mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
OCTRI_PROJECT_IDThe Octri project whose docs and endpoints this server exposes.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"dev.octri/mcp": {
"command": "npx",
"args": [
"-y",
"@octri/mcp"
],
"env": {
"OCTRI_PROJECT_ID": "",
"OCTRI_API_BASE_URL": "",
"OCTRI_API_TOKEN": "",
"OCTRI_API_KEY": "",
"OCTRI_API_KEY_HEADER": "X-API-Key",
"OCTRI_API_USERNAME": "",
"OCTRI_API_PASSWORD": ""
}
}
}
}