BaseGrid MCP Server
Gives Claude Desktop, Cursor, Cline, and other MCP-compatible AI tools persistent memory, enabling them to store and recall information seamlessly across sessions.
README
BaseGrid MCP Server
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
| 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) |
Pricing
| 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
Requirements
- Node.js 18+
- A BaseGrid API key (get one free)
Contributing
We welcome contributions. Please open an issue first to discuss what you'd like to change.
License
Apache 2.0 — see LICENSE
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
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
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.