BaseGrid MCP Server
OfficialClick 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., "@BaseGrid MCP ServerRemember that I prefer dark mode in all apps."
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.
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.
Related MCP server: Kova Mind MCP Server
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.jsonWindows:
%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 |
| Save a memory |
|
| Search memories |
|
| List recent memories |
|
| Delete a memory |
|
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
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.
Related MCP Servers
- AlicenseAqualityCmaintenanceGives Claude Code, Claude Desktop, Cursor, VS Code Copilot, and other MCP-compatible tools persistent memory.Last updated18871MIT

Kova Mind MCP Serverofficial
AlicenseAqualityDmaintenanceEnables AI memory persistence and secure credential management via vault tools for MCP-compatible clients like Claude Desktop, Cursor, and VS Code.Last updated1231MIT- Flicense-qualityCmaintenanceEnables AI tools like Claude and Cursor to share persistent memory across sessions.Last updated5
- Alicense-qualityDmaintenanceGives AI persistent personal memory with hybrid search, temporal decay, and knowledge graph. Works with Claude and any MCP client.Last updated997MIT
Related MCP Connectors
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
Cross-AI personal memory. Save once in ChatGPT, recall in Claude, Mistral, Grok, or any MCP client.
One memory, every AI: Claude, ChatGPT, Perplexity, Gemini, Cursor, OpenClaw, Hermes, any MCP client.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/basegridio/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server