15 days ago
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 without re-explaining your entire project. Open source, lightweight, fully local, and designed for fast AI workflow handoffs between tools.
Server Config
{
"mcpServers": {
"chat-relay": {
"command": "npx",
"args": [
"-y",
"chat-relay-mcp"
]
}
}
}