knowledge & memory

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.

typescript
local
knowledge & memory
0
View on GitHub

Installation

npx -y JamesANZ/cross-llm-mcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "cross-llm-mcp",
  "command": "npx",
  "args": [
    "-y",
    "JamesANZ/cross-llm-mcp"
  ]
}

About This MCP Server

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.

GitHub: https://github.com/JamesANZ/cross-llm-mcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub