Chat Relay Mcp
@akshatmalik-bruh
关于 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
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"chat-relay": {
"command": "npx",
"args": [
"-y",
"chat-relay-mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
AI 与智能体 分类下的更多 MCP 服务器
MCP-NixOS - Because Your AI Assistant Shouldn't Hallucinate About Packages
utensilsMCP-NixOS - Model Context Protocol Server for NixOS resources
MCP Claude Code
SDGLBLMCP implementation of Claude Code capabilities and more
Intervals.icu MCP Server
mvilanovaModel Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.
MCP Manager for Claude Desktop
zueaisimple web ui to manage mcp (model context protocol) servers in the claude app
21st.dev Magic AI Agent
21st-devIt's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic
评论