substrate-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@substrate-mcpcheck my entity's emotional state"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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_KEYRestart 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();Related MCP server: AGI MCP Server
Available Tools (31)
Category | Tools |
Core |
|
Memory |
|
Cognition |
|
Emotion |
|
Identity |
|
Planning |
|
Analysis |
|
Reasoning |
|
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.
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/PKaldone/substrate-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server