Sponsored by Deepsite.site

Stable Baseline

Created By
stablebaselinea month ago
The simplest, most complete, end-to-end agent-managed company brain. One workspace where humans and any MCP-compatible AI agent (Claude, Cursor, Windsurf, ChatGPT, Gemini, and more) co-author living documents (Markdown-native with a rich superset on top), 40+ visual diagrams (Mermaid, BPMN 2.0, D2, PlantUML, GraphViz, ELK, Excalidraw freehand), plans, timelines, tasks, improvements, and a self-learning Knowledge Graph that IS the company brain. Lean, fast, secure, and affordable — flexible enough for one person organising a personal mind, through to small businesses, growing businesses, and enterprise. 163 MCP tools across 16 categories let an agent drive end-to-end: sign-up → billing → org/workspace/project → members → teams → permissions → brain scope → docs → diagrams → plans, all without a human touching the UI. Auth: OAuth 2.1 with Dynamic Client Registration, or Bearer API key with prefix sta_. Public repo: https://github.com/stablebaseline/mcp · Docs: https://stablebaseline.io/docs/mcp
Overview
Stable Baseline

Stable Baseline — MCP Server

The simplest, most complete, end-to-end agent-managed company brain.

Website · Sign up free · Docs · Tool catalogue · llms.txt

MCP Registry Smithery Tools


One workspace where humans and any MCP-compatible AI agent — Claude Code, Cursor, Windsurf, VS Code, Warp, OpenCode, Antigravity, OpenAI Codex, ChatGPT Developer Mode, Gemini CLI/Extensions, and more — co-author living documents (Markdown-native with a rich superset on top), 40+ visual diagrams (Mermaid, BPMN 2.0, D2, PlantUML, GraphViz, ELK architecture, sequence, state, ERD, Gantt, Excalidraw freehand), plans, timelines, tasks, improvements, and a self-learning Knowledge Graph that IS the company brain.

Lean, fast, secure, and affordable — flexible enough for one person organising a personal mind, through to small businesses, growing businesses, and enterprise.

163 MCP tools across 16 categories let an agent drive end-to-end: sign-up → billing → org/workspace/project → members → teams → permissions → brain scope → docs → diagrams → plans, all without a human touching the UI.

Endpoint

https://api.stablebaseline.io/functions/v1/cloud-serve/mcp

Transport: Streamable HTTP (with SSE fallback) Auth: OAuth 2.1 with Dynamic Client Registration, or Bearer API key (sta_*) Discovery manifest: https://stablebaseline.io/.well-known/mcp.json

Quick start

Mint an API key (skip OAuth)

  1. Sign up free — no credit card
  2. Go to Settings → MCP keys and click Generate
  3. Copy the sta_... key

(Or skip this — every client below also supports interactive OAuth on first call.)

Claude Desktop

Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "stable-baseline": {
      "url": "https://api.stablebaseline.io/functions/v1/cloud-serve/mcp",
      "headers": {
        "Authorization": "Bearer sta_YOUR_KEY"
      }
    }
  }
}

Or use the Claude Desktop OAuth flow — set just url and Claude will prompt you to authorize on first call.

Claude Code

claude mcp add --transport http stable-baseline \
  https://api.stablebaseline.io/functions/v1/cloud-serve/mcp \
  --header "Authorization: Bearer sta_YOUR_KEY"

Or via OAuth:

claude mcp add --transport http stable-baseline \
  https://api.stablebaseline.io/functions/v1/cloud-serve/mcp

Cursor

~/.cursor/mcp.json:

{
  "mcpServers": {
    "stable-baseline": {
      "url": "https://api.stablebaseline.io/functions/v1/cloud-serve/mcp",
      "headers": { "Authorization": "Bearer sta_YOUR_KEY" }
    }
  }
}

Windsurf

~/.codeium/windsurf/mcp_config.json:

{
  "mcpServers": {
    "stable-baseline": {
      "serverUrl": "https://api.stablebaseline.io/functions/v1/cloud-serve/mcp",
      "headers": { "Authorization": "Bearer sta_YOUR_KEY" }
    }
  }
}

VS Code (Copilot Chat)

.vscode/mcp.json (workspace) or user settings:

{
  "servers": {
    "stable-baseline": {
      "type": "http",
      "url": "https://api.stablebaseline.io/functions/v1/cloud-serve/mcp",
      "headers": { "Authorization": "Bearer ${input:sta_key}" }
    }
  }
}

Other clients

Recipes for Warp, OpenCode, Antigravity, OpenAI Codex, ChatGPT Developer Mode, Gemini CLI/Extensions, and a generic recipe are at stablebaseline.io/docs/mcp/setup.

What you get

CategorySample toolsDocs
navigationlistOrganisations, getProjectHierarchy, searchTools
folderscreateFolder, listFolders, setPlanItemParent
documentscreateDocument, editDocument, findAndReplaceTextInDocument
diagramsinsertDiagramInDocument, listDiagramTypes, getCdmdLanguageGuide
imagescreateImageUploadSession, insertImageInDocument
datacreateVegaDataUploadSession (CSV/JSON/TSV → Vega charts)
improvementscreateImprovement, searchImprovements, addImprovementEvidence
planscreatePlan, createPlanPhase, previewTaskDependencyCascade
knowledge_graphkg_search, kg_get_entity, kg_related_documents
organizationcreateOrganisation, createWorkspace, createProject
membersinviteMember, updateMemberRole, setMemberActive
teamscreateTeam, grantTeamWorkspaceAccess
permissionsupsertResourcePermission, setResourcePermissionOverride
billingpreviewSubscriptionChange, applySubscriptionChange, purchaseCreditPackage
kg_adminsetKgWorkspaceScope, triggerKgRebuild, previewKgRebuild
settingsgetOrgSettings, updateOrgFeatureFlags, updateUserPreferences

Full live catalogue: stablebaseline.io/docs/mcp/tools

Highlights

  • End-to-end agent-managed: agents drive sign-up → billing → org/workspace/project lifecycle → members → teams → permissions → Knowledge Graph scope. No human touching the UI.
  • Living documents: AI-native rich-text editor (CDMD = Markdown + inline diagrams, data tables, media, version history, real-time multi-author edits).
  • Visual diagram creation & editing: 40+ types — AI-generated, diagram-as-code, or freehand.
  • Plans, timelines, tasks, improvements & bugs: Day/Week/Month/Quarter/Year zoom Gantt, drag-to-reschedule, dependency cascades.
  • Self-learning Knowledge Graph (Enterprise): auto-built from every doc/plan/improvement; read by every connected agent. Stops hallucinations around gaps. Run one brain workspace-wide, one per department, or one per project — RBAC end-to-end.
  • Compliance Readiness (Enterprise): scans against OWASP ASVS, NIST SSDF, CIS Controls, ISO 27001, SOC 2, TISAX. Readiness only — not legal advice, not an attestation.
  • Bring-your-own-agent — no lock-in: any MCP-compatible client.
  • Credit-cost preview ritual for every spending operation: previewX → confirm token → applyX.

Auth

MethodWhen to use
OAuth 2.1 + Dynamic Client RegistrationDefault for desktop apps and IDE extensions. Smithery handles it automatically.
Bearer API key (sta_...)CI/CD, headless agents, server-to-server. Mint at app.stablebaseline.io/settings/mcp-keys. Project-scoped or global.

OAuth endpoints:

  • authorize: https://app.stablebaseline.io/oauth/authorize
  • token: https://api.stablebaseline.io/oauth/token
  • register (DCR): https://api.stablebaseline.io/oauth/register
  • Scopes: org_admin, org_billing, org_members, org_teams, org_permissions, org_settings, kg_admin, lifecycle

Discovery

SurfaceURL
.well-known/mcp.json (manifest)https://stablebaseline.io/.well-known/mcp.json
Official MCP Registryhttps://registry.modelcontextprotocol.io/v0/servers?search=io.stablebaseline
Smitheryhttps://smithery.ai/servers/stablebaseline/sb-mcp
llms.txthttps://stablebaseline.io/llms.txt
robots.txthttps://stablebaseline.io/robots.txt
sitemap.xmlhttps://stablebaseline.io/sitemap.xml
security.txthttps://stablebaseline.io/.well-known/security.txt

Pricing

  • Free: 100 one-off credits, no credit card.
  • Pro: A$79 / user / month, 500 credits / user / month.
  • Enterprise: custom — Knowledge Graph, Compliance Readiness, audit logs, SSO. Contact.

Status

  • 🟢 MCP Registry: io.stablebaseline/sbactive, isLatest. Listed.
  • 🟢 Smithery: published with configSchema (Quick Setup). 163 tools / 8 prompts / 6 resources discovered.
  • 🟢 .well-known/mcp.json: live, schema 2024-11-05.
  • 🟢 Endpoint: api.stablebaseline.io/functions/v1/cloud-serve/mcp — accepts POST with mcp-protocol-version: 2025-03-26.

Issues & support

License

This repository (README, llms-install.md, brand assets, and any documentation) is licensed under the MIT License — see LICENSE. You can copy, fork, and adapt these docs freely.

The Stable Baseline product itself — the SaaS application, the MCP server implementation, and the company brain Knowledge Graph — is proprietary, closed-source, and provided as a service at https://stablebaseline.io under the Stable Baseline Terms of Service.


Built by Orixian Solutions Pty Ltd, Sydney, Australia.

Server Config

{
  "mcpServers": {
    "stable-baseline": {
      "url": "https://api.stablebaseline.io/functions/v1/cloud-serve/mcp",
      "headers": {
        "Authorization": "Bearer sta_YOUR_API_KEY"
      }
    }
  }
}
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
Serper MCP ServerA Serper MCP Server
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
CursorThe AI Code Editor
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.
Tavily Mcp
RedisA Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
DeepChatYour AI Partner on Desktop
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Amap Maps高德地图官方 MCP Server
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
Playwright McpPlaywright MCP server
WindsurfThe new purpose-built IDE to harness magic
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
ChatWiseThe second fastest AI chatbot™
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。