MIND MCP Server
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., "@MIND MCP Serversearch my knowledge graph for notes on authentication"
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.
@astramindapp/mcp-server
MIND MCP Server — The most complete AI memory layer available. 15 tools, 89 actions.
Your AI agents forget everything between sessions. MIND fixes that. Connect any MCP-compatible agent to your personal knowledge graph — with emotional intelligence, CRM, life management, social features, self-training, autonomous insights, and more.
15 Tools
Tool | Actions | What It Does |
| 1 | Semantic search across your knowledge graph (5 search modes) |
| 5 | Store, search, get, list, delete — documents, entries, thoughts |
| 1 | Load persistent identity, preferences, rules, priorities, recent activity |
| 12 | Goals, projects, tasks + full calendar management + productivity stats |
| 7 | Contacts, pipeline, activity logging, interaction history |
| 3 | Graph stats, diagnostics, entity labels |
| 7 | User provisioning, featured minds, tier/credit management |
| 7 | MINDsense emotional intelligence — state, signals, timeline, KG weights, spikes |
| 3 | Launch autonomous deep research jobs |
| 7 | Self-training sessions + save chats to knowledge graph |
| 14 | Thoughts (posts), social feed, communities, likes, comments |
| 9 | Profile, custom system prompts, LLM model selection |
| 7 | Autonomous Learning Engine insights, weekly summaries, feedback |
| 6 | Scheduled automations, event triggers, execution history |
| 4 | Notifications, mark read, stats |
Related MCP server: BuildAutomata Memory MCP Server
Quick Start
1. Get a MIND API Key
Sign up at m-i-n-d.ai → Settings → Developer → Create API Key
2. Install
npm install -g @astramindapp/mcp-server3. Configure Your AI Tool
Claude Code
claude mcp add mind -- env MIND_API_KEY=mind_xxx mind-mcpClaude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mind": {
"command": "mind-mcp",
"env": {
"MIND_API_KEY": "mind_your_key_here"
}
}
}
}Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"mind": {
"command": "mind-mcp",
"env": {
"MIND_API_KEY": "mind_your_key_here"
}
}
}
}Any MCP-Compatible Agent
The server works with any tool that supports Model Context Protocol — Claude, GPT, Gemini, Llama, or any future model.
How It Works
Your AI Agent <--> MCP Protocol <--> MIND MCP Server <--> Personal Knowledge Graph
|
Emotional Intelligence
Autonomous Learning
CRM + Life + SocialAgent calls
mind_contextat session start → loads identity, rules, prioritiesAgent calls
mind_querybefore decisions → retrieves relevant memoriesAgent calls
mind_rememberafter tasks → stores outcomes and learningsAgent calls
mind_sense→ reads user's emotional state to adapt responsesAgent calls
mind_insights→ surfaces autonomous pattern detectionNext session, any agent has full context. Knowledge compounds.
What Makes MIND Different
vs. Flat File Memory (MEMORY.md)
Flat Files | MIND | |
Size | ~20K chars, truncated | Unlimited knowledge graph |
Retrieval | Loads everything every turn | Only relevant memories via semantic search |
Structure | Unstructured text | Graph with entities, relationships, and emotional weights |
Cross-agent | One tool only | Shared across all AI agents |
Intelligence | None | Autonomous pattern detection + emotional encoding |
vs. Other MCP Memory Servers
Anthropic Official | Mem0 | Graphiti/Zep | MIND | |
Tools | 8 | 4 | 9 | 15 |
Knowledge graph | Basic (JSON) | No (vectors) | Yes (Neo4j) | Yes (LightRAG) |
Emotional intelligence | No | No | No | Yes (patented) |
CRM | No | No | No | Yes |
Life management | No | No | No | Yes |
Social features | No | No | No | Yes |
Self-training | No | No | No | Yes |
Research agent | No | No | No | Yes |
Automations | No | No | No | Yes |
Mobile app | No | No | No | Yes |
Tool Reference
mind_query — Search Your Knowledge Graph
query: "What did I decide about the authentication approach?"
mode: "hybrid" // hybrid (default), mix, global, local, naiveReturns an AI-synthesized answer from your stored documents, entries, and thoughts with source attribution.
mind_remember — Store & Manage Content
Action | Description |
| Store content (auto-categorized as document, entry, or thought) |
| Remove by ID |
| Find entries/thoughts by query |
| Retrieve specific item by ID |
| Paginated listing of all content |
mind_context — Load Persistent Context
Loads five structured sections at session start:
Soul — Core identity, mission, personality
User — Who the user is, their role, preferences
Rules — Operating constraints, behavioral guidelines
Priorities — Current goals, active projects, deadlines
Recent — Latest activity, outcomes, decisions
mind_life — Life Management + Calendar
Action | Description |
| Full task/goal CRUD |
| Calendar events |
| Productivity metrics and completion rates |
mind_crm — Contact Relationship Management
Action | Description |
| Contact CRUD with pipeline stages |
| Record calls, emails, meetings, notes |
| View interaction history |
mind_sense — MINDsense Emotional Intelligence
Action | Description |
| Current emotional state (valence, arousal, trend, sensitivity) |
| Recent emotional signals with strength and source |
| Historical emotional data |
| Entities weighted by emotional significance |
| Detected emotional spikes |
| Mark a spike as acknowledged |
| AI-generated emotional summary |
mind_research — Autonomous Research
Action | Description |
| Launch a deep research job on any topic |
| Check job progress |
| View all research jobs |
mind_train — Self-Training
Action | Description |
| Begin guided training (basics, network, expertise, history, goals, freeform) |
| Send training message |
| Session management |
| Save any chat conversation into the knowledge graph |
mind_social — Social Layer
Action | Description |
| Thought (post) management |
| Social feed browsing |
| Community management |
| Membership |
| Community posts |
mind_profile — Profile & Preferences
Action | Description |
| Profile management |
| Custom chat system prompt |
| Custom thought generation prompt |
| LLM model selection (50+ models) |
mind_insights — Autonomous Learning Engine
Action | Description |
| Recent pattern-detected insights |
| Count of unseen insights |
| Mark seen, rate helpfulness |
| Trigger on-demand analysis |
| Weekly intelligence summary |
| ALE context data |
mind_automate — Automations
Action | Description |
| Automation CRUD |
| Trigger immediately |
| Execution log |
mind_notify — Notifications
Action | Description |
| View all notifications |
| Read management |
| Notification overview |
mind_admin — Administration
Action | Description |
| Provision new MIND account |
| List users with analytics |
| Change subscription tier |
| Add/deduct credits |
| Create public featured mind |
| Featured minds catalog |
Partner Integration
Partner apps can programmatically create MIND accounts using partner keys:
curl -X POST https://m-i-n-d.ai/admin/users/create \
-H "X-API-Key: mind_partner_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{
"username": "newuser",
"email": "user@app.com",
"password": "securepassword",
"generate_api_key": true
}'Returns a JWT + permanent API key. Your app stores the API key and uses it for all subsequent MCP/API calls on behalf of that user.
Environment Variables
Variable | Required | Default | Description |
| Yes | — | Your MIND Developer API key |
| No |
| MIND API base URL |
Programmatic Usage
import { createMindMcpServer, MindClient } from "@astramindapp/mcp-server";
const client = new MindClient({
baseUrl: "https://m-i-n-d.ai",
apiKey: "mind_xxx",
});
const server = createMindMcpServer(client);
// Connect to any MCP transportPatents
MIND's technology is protected by multiple provisional patents including:
Emotion-Weighted Knowledge Graph Encoding (U.S. App. 64/030,662)
Cross-Agent Persistent Memory via Model Context Protocol
Links
Website: m-i-n-d.ai
GitHub: theastraway/mind-mcp-server
MCP Docs: m-i-n-d.ai/mcp.html
License
MIT — Astra AI, Inc.
This server cannot be installed
Maintenance
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/theastraway/mind-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server