Skip to main content
Knowledge & MemoryTypeScript

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.

knowledge-memorylocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/JamesANZ/cross-llm-mcp

Claude 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.

Details

Category
Knowledge & Memory
Language
TypeScript
Author
JamesANZ