JamesANZ/cross-llm-mcp
An MCP server that enables cross-LLM communication and memory sharing, allowing different AI models to collaborate and share context across conversations.
Quick Start
Clone the repository:
git clone https://github.com/JamesANZ/cross-llm-mcpClaude Desktop configuration example:
{
"mcpServers": {
"cross-llm-mcp": {
"command": "npx",
"args": [
"-y",
"JamesANZ/cross-llm-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.