loading…
Search for a command to run...
loading…
Gives Claude Desktop, Cursor, Cline, and other MCP-compatible AI tools persistent memory, enabling them to store and recall information seamlessly across sessio
Gives Claude Desktop, Cursor, Cline, and other MCP-compatible AI tools persistent memory, enabling them to store and recall information seamlessly across sessions.
Give Claude Desktop, Cursor, Cline, and other MCP-compatible AI tools persistent memory powered by BaseGrid.
Your AI tools forget everything when you close them. BaseGrid MCP Server fixes that.
All memories are stored securely on BaseGrid's infrastructure with sub-200ms retrieval.
Sign up free at basegrid.io/mcp — no credit card required.
Open your Claude Desktop config (claude_desktop_config.json) and add:
{
"mcpServers": {
"basegrid": {
"command": "npx",
"args": ["-y", "@basegrid-io/mcp-server"],
"env": {
"BASEGRID_API_KEY": "your_api_key_here"
}
}
}
}
Config file locations:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonThat's it. Claude now has persistent memory.
Add to your Cursor MCP settings:
{
"basegrid": {
"command": "npx",
"args": ["-y", "@basegrid-io/mcp-server"],
"env": {
"BASEGRID_API_KEY": "your_api_key_here"
}
}
}
In Cline settings → MCP Servers → Add Server:
{
"basegrid": {
"command": "npx",
"args": ["-y", "@basegrid-io/mcp-server"],
"env": {
"BASEGRID_API_KEY": "your_api_key_here"
}
}
}
| Tool | Description | Key Parameters |
|---|---|---|
store_memory |
Save a memory | content (required), agentId, metadata, importance |
recall_memories |
Search memories | query (required), agentId, limit |
list_memories |
List recent memories | agentId, limit |
forget_memory |
Delete a memory | memoryId (required) |
| Plan | Memories | Search | Price |
|---|---|---|---|
| Free Trial | 1,000 | Semantic | Free for 2 months |
| Free | 500 | Keyword | Free forever |
| MCP Pro | Unlimited | Semantic + Hybrid | $10/month |
Get your key at basegrid.io/mcp
We welcome contributions. Please open an issue first to discuss what you'd like to change.
Apache 2.0 — see LICENSE
Run in your terminal:
claude mcp add basegrid-mcp-server -- npx Security
Low riskAutomated heuristic from public metadata — not a security guarantee.