MCP Directory
Back

synapse-ai

by synapseorch-ai · Python · ★ 293

Build AI agents that actually do things. Synapse is an open-source platform for creating, connecting, and orchestrating AI agents powered by any LLM — local, cloud or CLIs.

#custom-agents#custom-tools#directed-acyclic-graph#llm-agent#mcp-client#mcp-server#mcp-servers#mcp-tools#multi-agent#multi-agent-orchestration#multi-agent-systems#n8n

Install

pip install git+https://github.com/synapseorch-ai/synapse-ai.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "synapse-ai": {
      "command": "uvx",
      "args": [
        "git+https://github.com/synapseorch-ai/synapse-ai.git"
      ]
    }
  }
}

From the README

*Build AI workflows that actually ship.* **Wire agents, tools, and LLMs into deterministic pipelines — without the framework lock-in.** Synapse is an open-source platform for creating, connecting, and orchestrating AI agents powered by any LLM — local or cloud. Agents use real tools: browsing the web, querying databases, executing code, reading files, managing emails, and anything else you can expose through an MCP server, a webhook, or a Python script. 🌐 Website · 📖 Documentation · 💬 Discord |---| | Bash / PowerShell installer (recommended) | | | pip | | | npm | | | Docker |…
Read full README on GitHub →

Related ai & ml servers