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

Installation

npx -y cross-llm-mcp

Configuration

{
  "mcpServers": {
    "cross-llm-mcp": {
      "command": "npx",
      "args": ["-y", "cross-llm-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub