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 とエージェント」の他のコンテンツ
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.
Mcp Agent
lastmile-aiBuild effective agents using Model Context Protocol and simple workflow patterns
MCP Server - Remote MacOs Use
baryhuangThe only general AI agent that does NOT requires extra API key, giving you full control on your local and remote MacOs from Claude Desktop App
Hass-MCP
voskaControl and query Home Assistant from Claude and other LLMs — a Model Context Protocol (MCP) server.
meGPT - upload an author's content into an LLM
adriancoCode to process many kinds of content by an author into an MCP server
コメント