AI / ML|Development|Productivity|CommunicationPython

solace-agent-mesh

An event-driven framework designed to build and orchestrate multi-agent AI systems.

Free
N/A rating (0 reviews)0 installs2,998 GitHub stars
AImulti-agentevent-driven

Solace Agent Mesh (SAM) is a framework that supports building AI applications where multiple specialized AI agents work together to solve complex problems. It uses the event messaging of Solace Platform for true scalability and reliability.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "solace-agent-mesh": {
      "args": [
        "solace-agent-mesh"
      ],
      "command": "uvx"
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.