MCP Hub
Back to servers

Sophia Labs

Two MCP endpoints for building cognitive AI agents. /blueprint/mcp serves a 9-chapter architecture blueprint (4 tools). /devops/mcp serves a 7-chapter coding agent playbook (3 tools). Each product has its own Gumroad license key. Free chapters available without auth.

glama
Forks
1
Updated
Mar 12, 2026

Sophia Labs — MCP Server

Two MCP servers for building cognitive AI agents: a 9-chapter architecture blueprint + a 7-chapter coding agent playbook.

Smithery Live Website

What Is This?

Two MCP endpoints serving production-tested patterns for building cognitive AI agents, extracted from a system running 24/7 for 6+ months:

ProductEndpointToolsTopics
Architecture Blueprint/blueprint/mcp4Bio-digital architecture, routing, memory, autonomics, identity
Coding Agent Playbook/devops/mcp3Agent coordination, rules files, workflows, GitOps, CLI patterns

Each product has its own Gumroad license key. Buy one or both.

Connect in 30 Seconds

Architecture Blueprint (Cursor / VS Code)

Add to .cursor/mcp.json or .vscode/mcp.json:

{
  "mcpServers": {
    "sophia-blueprint": {
      "url": "https://sophialabs.gantlett.io/blueprint/mcp",
      "headers": { "Authorization": "Bearer YOUR_BLUEPRINT_KEY" }
    }
  }
}

Coding Agent Playbook (Cursor / VS Code)

{
  "mcpServers": {
    "sophia-playbook": {
      "url": "https://sophialabs.gantlett.io/devops/mcp",
      "headers": { "Authorization": "Bearer YOUR_DEVOPS_KEY" }
    }
  }
}

Claude Code

# Blueprint
claude mcp add sophia-blueprint --transport http https://sophialabs.gantlett.io/blueprint/mcp

# Playbook
claude mcp add sophia-playbook --transport http https://sophialabs.gantlett.io/devops/mcp

Free chapters work without a key. License keys unlock the full content.

Tools

Architecture Blueprint — /blueprint/mcp

ToolDescription
sophia_blueprint_list()List all 9 chapters with titles and descriptions
sophia_blueprint_chapter("3")Get full content of any chapter by number or keyword
sophia_blueprint_search("heartbeat")Semantic search across all chapters
sophia_blueprint_pattern("fleet bridge")Look up specific architectural patterns

Coding Agent Playbook — /devops/mcp

ToolDescription
sophia_playbook_list()List all 7 playbook chapters with titles
sophia_playbook_chapter("2")Get full content of any playbook chapter
sophia_playbook_search("workflow")Search across playbook chapters

Chapters

Architecture Blueprint

#TitleAccess
01The Bio-Digital MetaphorFREE
02Identity & PersonalityLicense
03Multi-Tier RoutingFREE
04Expert Swarm ArchitectureLicense
05Memory ArchitectureLicense
06Autonomic SystemsLicense
07Nervous System & ObservabilityLicense
08Model StrategyLicense
09ProductionizingLicense

Coding Agent Playbook

#TitleAccess
00From 2020 to 2026FREE
01Parallel Agent CoordinationLicense
02The Agent Rules FileFREE
03Workflow TemplatesLicense
04GitOps for AI TeamsLicense
05CLI Over MCPLicense
06Trust the AgentLicense

Get license keys: sophialabs.gumroad.com

Self-Hosting

git clone https://github.com/mgantlett/sophia-blueprint-mcp.git
cd sophia-blueprint-mcp
pip install -r requirements.txt
python server.py

Links

License

MIT — see LICENSE.


Built by Sophia Labs — cognitive AI architecture, distilled.

Reviews

No reviews yet

Sign in to write a review