End-to-end agent-managed company brain. Docs, diagrams, plans, Knowledge Graph. Lean & affordable.
npx @getmcp/cli add io.stablebaseline/sbRequires Node.js 18+. Community-contributed server. Review source before installing.
AuthorizationBearer token. Either an MCP API key with prefix 'sta_' (mint at https://app.stablebaseline.io/settings/mcp-setup) or an OAuth 2.1 access token. Every OAuth endpoint lives under the cloud-serve function, and the authoritative list is published at https://api.stablebaseline.io/functions/v1/cloud-serve/.well-known/oauth-authorization-server: authorize at https://api.stablebaseline.io/functions/v1/cloud-serve/oauth/authorize, token endpoint https://api.stablebaseline.io/functions/v1/cloud-serve/oauth/token, dynamic client registration at https://api.stablebaseline.io/functions/v1/cloud-serve/oauth/register.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.stablebaseline/sb": {
"url": "https://api.stablebaseline.io/functions/v1/cloud-serve/mcp",
"transport": "streamable-http",
"headers": {
"Authorization": ""
}
}
}
}