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
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.
Frequently asked questions
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.
Basic information
More AI & Agents MCP servers
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
Perplexity MCP Server
DaInfernalCoderA Model Context Protocol (MCP) server for research and documentation assistance using Perplexity AI. Won 1st @ Cline Hackathon
Model Context Protocol for Unreal Engine
chongdashuEnable AI assistant clients like Cursor, Windsurf and Claude Desktop to control Unreal Engine through natural language using the Model Context Protocol (MCP).
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
1MCP - One MCP Server for All
1mcp-appA unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.
Comments