Open Context.dev on Swytchcode
Review the Context.dev manifest and setup guide in Swytchcode’s integration directory.
Install and connect
1
Install the CLI
2
Add Context.dev to your project
Run these commands from the project your agent will use:
3
Enable the tools you need
Inspect the downloaded manifest, then add only the methods your agent should be allowed to call:
4
Connect Context.dev
Swytchcode uses a Context.dev API key for REST API calls. This is separate from the browser-based OAuth flow used by the hosted Context.dev MCP server.
Verify the setup
Inspect an enabled method before calling it:--dry-run and provide the method’s required arguments. Calls consume credits from the connected Context.dev account.
Use with an agent
Swytchcode can expose the enabled tools to supported MCP clients and agent frameworks. Follow its MCP setup guide for your client, then ask the agent for a concrete result:Reference
Context.dev on Swytchcode
Open the integration listing and manifest instructions.
Swytchcode CLI guide
Install integrations, enable methods, connect accounts, and execute tools.
Swytchcode MCP setup
Add Swytchcode to supported AI clients.
Context.dev API quickstart
Call Context.dev directly with an SDK or REST.