naveenraj-17/synapse-ai
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 or cloud.
Platform-specific configuration:
{
"mcpServers": {
"synapse-ai": {
"command": "npx",
"args": [
"-y",
"synapse-ai"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
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 or cloud. Agents use real tools: browsing the web, querying databases, executing code, reading files, managing emails, trading stocks, and anything else you can wrap in an MCP server or n8n workflow.
---
git clone https://github.com/naveenraj-17/synapse
cd synapse
docker-compose upnpm install -g synapse-ai
synapsePython 3.11+ required. All Python dependencies are installed automatically on first run.
pip install synapse-ai
synapse
# or with uv:
uvx synapse-aiNode.js 18+ required.
---
Most AI agent frameworks give you a loop and a few toy tools. Synapse gives you a production-grade platform:
---
Synapse agents are powerful because of what they can do. Every tool is a separate MCP process — isolated, composable, and safe.
These run automatically when Synapse starts:
| Tool Server | What It Does | |---|---| | Sandbox | Execute Python code in an isolated Docker container (512 MB RAM, 1 CPU). Pre-loaded with pandas, numpy, matplotlib, scikit-learn,
Loading reviews...