substrate-mcp
Enables persistent AI entities with causal memory, emotional state, and identity continuity. Provides 31 tools for memory, cognition, emotion, planning, reasoning, and more.
README
SUBSTRATE MCP Server
Persistent AI entity framework with causal memory, emotional state, and identity continuity.
SUBSTRATE 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.
Built by Garmo Labs.
Quick Start
1. Get your API key
Sign up free at garmolabs.com/substrate.html
2. Install for Claude Desktop
npx @garmolabs/substrate-mcp --install YOUR_API_KEY
Restart Claude Desktop. SUBSTRATE will appear in your MCP tools.
3. Or use programmatically
const substrate = require('@garmolabs/substrate-mcp');
const client = new substrate.Client('sk_sub_...');
// Talk to your entity
const response = await client.call('respond', { message: 'Hello' });
// Check emotional state
const emotion = await client.call('get_emotion_state', {});
// Search memories
const memories = await client.call('memory_search', { query: 'last meeting' });
// List all 31 available tools
const tools = await client.listTools();
Available Tools (31)
| Category | Tools |
|---|---|
| Core | respond, reflect |
| Memory | memory_stats, memory_search, knowledge_graph_query, hybrid_search |
| Cognition | get_values, get_narrative, get_personality, theory_of_mind, metacognition, get_uncertainty |
| Emotion | get_emotion_state, emotion_trace |
| Identity | verify_identity, get_trust_state, get_provenance |
| Planning | goap_plan, get_prospective_memory, bootstrap_domain |
| Analysis | get_state_key, get_coherence, list_layers, causal_reason, get_observability, evaluate |
| Reasoning | detect_fallacies, detect_isomorphisms, summarize |
Plans
| Plan | Price | Entities | API Calls |
|---|---|---|---|
| Free | $0/mo | 1 | 1,000/mo |
| Pro | $99/mo | 10 | 50,000/mo |
| Enterprise | $499/mo | Unlimited | Unlimited |
Links
License
Proprietary. See License Agreement.
Copyright 2026 Garmo Labs, LLC. All rights reserved.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.