Serversio.stablebaseline/sb
S

Stable Baseline

io.stablebaseline/sb · v1.0.2
● Remote
v1.0.2remote🌐 https://api.stablebaseline.io/functions/v1/cloud-serve/mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.stablebaseline/sb",
  "description": "End-to-end agent-managed company brain. Docs, diagrams, plans, Knowledge Graph. Lean & affordable.",
  "title": "Stable Baseline",
  "repository": {
    "url": "https://github.com/stablebaseline/mcp",
    "source": "github"
  },
  "version": "1.0.2",
  "websiteUrl": "https://stablebaseline.io",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.stablebaseline.io/functions/v1/cloud-serve/mcp",
      "headers": [
        {
          "description": "Bearer token. Either an MCP API key with prefix 'sta_' (mint at https://app.stablebaseline.io/settings/mcp-keys) or an OAuth 2.1 access token (authorize at https://app.stablebaseline.io/oauth/authorize, token endpoint https://api.stablebaseline.io/oauth/token, dynamic client registration at https://api.stablebaseline.io/oauth/register).",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}