Agent DX
Wire Synapse Garden into your coding agent in 60 seconds. The MCP server gives the agent live state; the skill pack gives it idiomatic recipes.
Your coding agent already knows Synapse Garden. Wire it in 60 seconds. Open Claude Code, Cursor, Windsurf, Cline, or Codex; install our MCP server and our skill pack; ask the agent to "wire Synapse Garden into this project". A minute later you have a scoped key, a working stream chat call, and a budget cap — without typing a URL or scrolling these docs.
The two surfaces
MCP server
Connect any MCP-capable agent to Synapse Garden's control plane. Read live catalog, query logs, mint scoped keys, set guardrails.
Skill pack
A curated bundle of Anthropic Agent Skills. AI SDK recipes, migration playbooks, debugging helpers — small files, code-led, side-by-side with prose.
How they compose
The MCP server gives the agent live state about your account: which models are available, which keys exist, what the last 100 errors look like, where this month's spend went. The skill pack gives the agent how-to knowledge: idiomatic AI SDK code, migration diffs from the OpenAI and Anthropic SDKs, debug recipes for common 4xx responses. Together they replace the moment a developer pastes a URL into a chat: the agent reads mg://catalog, picks a model, calls create_api_key, writes the env var, and edits the file — all without leaving the editor.
All 12 MCP tools (read + confirm-gated write) plus the v1 skill pack ship today. The hosted streamable-HTTP MCP at https://synapse.garden/api/mcp is live with OAuth 2.1 + PKCE.
Concrete flows
A few examples of what an agent can do once both surfaces are wired:
- Wire Synapse Garden into this Next.js app. The agent reads
mg://catalog, picksopenai/gpt-4o-mini, callscreate_api_key, writesMG_KEYinto.env.local, editsapp/page.tsxto call the AI SDK againsthttps://synapse.garden/api/v1, runsnpm run dev, and confirms a 200 response. No tab switching. - My bill looks suspicious. The agent calls
analyze_spend, summarizes the top model and project pairs by day, flags an anomaly, and offers to callset_project_budgeton the offending project. You approve the confirmation, the budget lands, and the audit trail records who did it. - Migrate this file from the OpenAI SDK direct. The agent calls
migration_planon the open file, applies the two-line diff (baseURL+apiKey), prefixes model ids withopenai/, runs the file, and tails errors withtail_errorsto confirm a clean cutover.
What's next
Install the MCP server
One command for Claude Code. JSON config for Cursor, Cline, and Claude Desktop. Hosted streamable HTTP for everything else.
Browse the skill pack
Eight focused skills — quickstart, AI SDK, migrations, RAG, tools, vision, and debugging — that load only when relevant.
Quickstart (humans)
If you'd rather read the docs yourself first, the three-minute path is here.