Back to MCP Servers
Cross Llm
An MCP server that enables cross-LLM communication and memory sharing, allowing different AI models to collaborate and share context across conversations.
knowledge-memoryaillm
By JamesANZ
Installation
npx -y cross-llm-mcpConfiguration
{
"mcpServers": {
"cross-llm-mcp": {
"command": "npx",
"args": ["-y", "cross-llm-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes