BaseGrid Server
БесплатноНе проверен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.
README
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
Установить BaseGrid Server в Claude Desktop, Claude Code, Cursor
unyly install basegrid-mcp-serverСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add basegrid-mcp-server -- npx -y @basegrid-io/mcp-serverFAQ
BaseGrid Server MCP бесплатный?
Да, BaseGrid Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для BaseGrid Server?
Нет, BaseGrid Server работает без API-ключей и переменных окружения.
BaseGrid Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить BaseGrid Server в Claude Desktop, Claude Code или Cursor?
Открой BaseGrid Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare BaseGrid Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
