Chat Relay Mcp
@akshatmalik-bruh
About Chat Relay Mcp
Chat Relay MCP is a local-first MCP server that lets you continue AI conversations seamlessly across IDEs like Cursor and Antigravity. It stores conversation history, architecture decisions, and important context in a local SQLite database so you can restore sessions instantly wi
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"chat-relay": {
"command": "npx",
"args": [
"-y",
"chat-relay-mcp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Chat Relay Mcp?
Chat Relay Mcp is a high-fidelity Model Context Protocol server that bridges AI-powered IDEs by providing a persistent, local-first bridge to sync chat sessions, AI memories, and project context across Cursor, Antigravity, VS Code, and more. It is optimized and tested for Cursor and Antigravity.
How to use Chat Relay Mcp?
Add Chat Relay Mcp to your IDE’s MCP configuration. For Cursor: open Settings → General → MCP → Add New MCP Server, set type to command, and paste npx -y chat-relay-mcp as the command. For Antigravity: go to Settings → Advanced → MCP Settings → Edit Config File and add a chat-relay entry under mcpServers with the same command and args.
Key features of Chat Relay Mcp
- Persistent Continuity: Automatically saves and syncs AI memories across sessions using a local SQLite database.
- Cross-IDE Handoff: Transfer conversation context between different IDEs (e.g., Cursor to Antigravity).
- Zod-Validated Integrity: Strict schema validation ensures clean, structured data free from hallucinations.
- Local-First Privacy: All data stays on your machine; no external cloud dependencies or third-party storage.
Use cases of Chat Relay Mcp
- Transfer ongoing AI conversations from Cursor to Antigravity without losing context.
- Persist architectural decisions and project facts across separate IDE sessions.
- Batch save conversation history to a local database for later review or handoff.
- Generate a comprehensive handoff prompt to resume work in another tool.
FAQ from Chat Relay Mcp
What does Chat Relay Mcp do?
It acts as a persistent relay that syncs chat sessions, AI memories, and project context between AI-powered IDEs, allowing cross-IDE continuity.
What runtime does Chat Relay Mcp require?
It requires Node.js and can be run via npx -y chat-relay-mcp. For local development, you can clone the repo and run npm install && npm run build && npm run dev.
Where is data stored?
All data is stored locally on your machine in a SQLite database. No data is sent to external servers.
Which IDEs are supported?
Chat Relay Mcp is tested and optimized for Cursor and Antigravity, but it can be used with any IDE that supports the Model Context Protocol (including VS Code).
Does Chat Relay Mcp require an internet connection?
No, it is local-first and works entirely offline; no cloud dependencies or third-party storage services are used.
More AI & Agents MCP servers
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
Sequential Thinking Multi-Agent System (MAS)
FradSerAn advanced sequential thinking process using a Multi-Agent System (MAS) built with the Agno framework and served via MCP.
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
🛡️ A.I.G(AI-Infra-Guard)
TencentA full-stack AI Red Teaming platform securing AI ecosystems via OpenClaw Security Scan, Agent Scan, Skills Scan, MCP scan, AI Infra scan and LLM jailbreak evaluation.
1Panel
1Panel-dev🔥 1Panel is a modern, open-source VPS control panel — and the only one with native AI agent support. Run Ollama models, deploy OpenClaw agents, and manage your entire server stack from one clean web interface.
Comments