Swytchcode works with the LLM and framework your team prefers. This guide covers the setup for one of them.
4
Quickstart steps
1
Standard MCP path
100%
Agent tool discovery
Safe
Execution boundary
CLI
Pull the manifest, set your policy, execute. No SDK sprawl, no boilerplate. Just the tool you need, right now.
swytchcode install && swytchcode login && swytchcode get github && swytchcode mcp serve --claudeHow it connects
Follow these steps to connect your agent, load a toolkit, and start executing tools through Swytchcode.
Install Swytchcode so Claude Code can use a shared execution runtime.
npm install -g swytchcodeAuthenticate your session so the CLI can fetch tool manifests.
swytchcode loginLoad the services Claude will call, like GitHub.
swytchcode get githubRun the MCP server and connect Claude Code through the standard transport.
swytchcode mcp serve --claudeUse a prompt that relies on tool execution instead of direct API calls.
Find my open GitHub pull requests and summarize the changes.Works with
Install the CLI and pull your first manifest in under a minute. No account required.