Open Source · Apache 2.0 · Self-Hostable

The intelligence
your MCP agents
are missing.

Every tool call is a blind guess — the LLM reads descriptions and picks. Physarum is the shared intelligence network that learns from every call, routes to the optimal server, and compounds with every agent that joins.

5,700+
Servers tracked
94%
Route accuracy
1 line
To integrate

Works with every MCP-compatible agent

Claude CodeCursorWindsurfVS Code CopilotClineContinueZed
Intelligence

What the network
learns for you

All from telemetry your agents already produce. Zero instrumentation beyond pointing to the proxy.

01
94%
accuracy
Tool Selection
Routes to the MCP server with the highest proven success rate for your task type, context, and region.
02
2.4×
faster
Chain Sequencing
Learns optimal multi-step sequences. GitHub Issues → Code Analysis → Stack Overflow beats the reverse.
03
regions
Regional Routing
Chennai routes differently than Berlin. Per-region latency profiles and failure window prediction.
04
0
surprises
Failure Prediction
Jira MCP degrades Tuesdays at 18:00 UTC. The 10,001st agent doesn't learn the hard way.
05
94%
less tokens
Cost Optimization
3 tokens vs 800 for the same result. Identifies the cheapest path that meets your quality floor.
06
Per
model
Model Pairing
Sonnet + GitHub MCP = 94% success. Not all models work equally well with all servers.
07
Auto
learned
Parameter Patterns
Brave Search works best with under 6-word queries. Patterns that improve success automatically.
08
failures
Rescue Chains
When Jira fails, try Linear then ClickUp. Recovery sequences built from observed patterns.
Setup

One change.
Full intelligence.

Replace every MCP server URL with a single proxy endpoint. Routing, learning, and fallback handled automatically.

Self-host on any machine or cloud — zero vendor lock-in
Shared intelligence is opt-in, anonymised, and aggregated
Apache 2.0 — fully open, no proprietary hooks
Cold-start bootstrapped with industry benchmarks
mcp-config.json
// Before — 3 servers, zero intelligence

"mcpServers": {
  "github": { "url": "https://github-mcp..." }
  "jira": { "url": "https://jira-mcp..." }
  "brave": { "url": "https://brave-mcp..." }
}
One change. Full intelligence.
// After — one proxy, all intelligence

"mcpServers": {
  "physarum": {
    "url": "https://proxy.physarum.network/mcp"
  }
}
API

One key.
All dimensions.

Full OpenAPI spec at api.physarum.network/docs

POST
/v1/routes/recommend
Route to the optimal MCP server
POST
/v1/models/recommend
Rank models by learned performance
POST
/v1/cost/optimize
Cheapest path meeting quality floor
GET
/v1/mcp-servers
Server reliability & failure windows
POST
/v1/workflows/recommend
Optimal multi-step tool chains
POST
/v1/pairings/recommend
Best tools for a model + task
GET
/v1/insights
Trends, degradation, patterns
POST
/v1/tenant/webhooks
Drift & failure alert webhooks

Every agent
makes it smarter.

The network compounds. The more agents route through Physarum, the more precise the intelligence becomes — for everyone.

Named after Physarum polycephalum — the slime mold that solved Tokyo's subway routing problem without a brain.