Skip to content

Repository files navigation

BaseGrid MCP Server

npm versionLicense

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.


What This Does

  • store_memory — Save anything your AI should remember long-term
  • recall_memories — Semantic search across all stored memories
  • list_memories — View your recent memories
  • forget_memory — Delete a specific memory by ID

All memories are stored securely on BaseGrid's infrastructure with sub-200ms retrieval.


Quick Start

Step 1 — Get your API key

Sign up free at basegrid.io/mcp — no credit card required.

Step 2 — Add to Claude Desktop

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:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json

Step 3 — Restart Claude Desktop

That's it. Claude now has persistent memory.


Cursor Setup

Add to your Cursor MCP settings:

{
"basegrid": {
"command": "npx",
"args": ["-y", "@basegrid-io/mcp-server"],
"env": {
"BASEGRID_API_KEY": "your_api_key_here"
}
}
}

Cline (VS Code) Setup

In Cline settings → MCP Servers → Add Server:

{
"basegrid": {
"command": "npx",
"args": ["-y", "@basegrid-io/mcp-server"],
"env": {
"BASEGRID_API_KEY": "your_api_key_here"
}
}
}

Tools Reference

ToolDescriptionKey Parameters
store_memorySave a memorycontent (required), agentId, metadata, importance
recall_memoriesSearch memoriesquery (required), agentId, limit
list_memoriesList recent memoriesagentId, limit
forget_memoryDelete a memorymemoryId (required)

Pricing

PlanMemoriesSearchPrice
Free Trial1,000SemanticFree for 2 months
Free500KeywordFree forever
MCP ProUnlimitedSemantic + Hybrid$10/month

Get your key at basegrid.io/mcp


Requirements


Contributing

We welcome contributions. Please open an issue first to discuss what you'd like to change.

License

Apache 2.0 — see LICENSE

Built by BaseGrid · Docs · Discord

About

MCP Server for BaseGrid — persistent memory for Claude, Cursor, and Cline

Topics

Resources

Contributing

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages