{
  "markdown": "# SUBSTRATE MCP Server\n\n**Persistent AI entity framework with causal memory, emotional state, and identity continuity.**\n\nSUBSTRATE gives AI entities real cognitive infrastructure — not just a prompt, but a living architecture with 94 cognitive layers including episodic memory, value systems, emotional affect, theory of mind, and narrative identity.\n\nBuilt by [Garmo Labs](https://garmolabs.com).\n\n## Quick Start\n\n### 1. Get your API key\n\nSign up free at [garmolabs.com/substrate.html](https://garmolabs.com/substrate.html)\n\n### 2. Install for Claude Desktop\n\n```bash\nnpx @garmolabs/substrate-mcp --install YOUR_API_KEY\n```\n\nRestart Claude Desktop. SUBSTRATE will appear in your MCP tools.\n\n### 3. Or use programmatically\n\n```javascript\nconst substrate = require('@garmolabs/substrate-mcp');\nconst client = new substrate.Client('sk_sub_...');\n\n// Talk to your entity\nconst response = await client.call('respond', { message: 'Hello' });\n\n// Check emotional state\nconst emotion = await client.call('get_emotion_state', {});\n\n// Search memories\nconst memories = await client.call('memory_search', { query: 'last meeting' });\n\n// List all 31 available tools\nconst tools = await client.listTools();\n```\n\n## Available Tools (31)\n\n| Category | Tools |\n|----------|-------|\n| **Core** | `respond`, `reflect` |\n| **Memory** | `memory_stats`, `memory_search`, `knowledge_graph_query`, `hybrid_search` |\n| **Cognition** | `get_values`, `get_narrative`, `get_personality`, `theory_of_mind`, `metacognition`, `get_uncertainty` |\n| **Emotion** | `get_emotion_state`, `emotion_trace` |\n| **Identity** | `verify_identity`, `get_trust_state`, `get_provenance` |\n| **Planning** | `goap_plan`, `get_prospective_memory`, `bootstrap_domain` |\n| **Analysis** | `get_state_key`, `get_coherence`, `list_layers`, `causal_reason`, `get_observability`, `evaluate` |\n| **Reasoning** | `detect_fallacies`, `detect_isomorphisms`, `summarize` |\n\n## Plans\n\n| Plan | Price | Entities | API Calls |\n|------|-------|----------|-----------|\n| Free | $0/mo | 1 | 1,000/mo |\n| Pro | $99/mo | 10 | 50,000/mo |\n| Enterprise | $499/mo | Unlimited | Unlimited |\n\n## Links\n\n- [Website](https://garmolabs.com/substrate.html)\n- [Documentation](https://substrate.garmolabs.com/connect)\n- [API Status](https://substrate-engine.fly.dev/health)\n- [Support](mailto:support@garmolabs.com)\n\n## License\n\nProprietary. See [License Agreement](https://garmolabs.com/license.html).\n\nCopyright 2026 Garmo Labs, LLC. All rights reserved.\n",
  "bytes": 2481,
  "sha": "9b6decc8f0a594ea4350e37bf04aaef6ada1b6c7b8caf35127234132cc79b33b",
  "repo_slug": "pkaldone/substrate-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_pkaldone_substrate_50dcb70a/readme"
}