Continue is an open-source AI code assistant for VS Code and JetBrains IDEs. It supports MCP servers, letting you use Toolcog for API operations while coding.
Continue uses YAML configuration. Add Toolcog to your Continue config file.
Edit your Continue config (typically ~/.continue/config.yaml):
mcpServers: - name: Toolcog transport: sse url: https://mcp.toolcog.comFor project-specific configuration, create .continue/config.yaml in your workspace:
mcpServers: - name: Toolcog transport: sse url: https://mcp.toolcog.com/mycompany/project-catalogIf you’re migrating from Claude Desktop or Cursor, you can copy JSON config files directly to .continue/mcpServers/ and Continue will pick them up automatically.
Create .continue/mcpServers/toolcog.json:
{ "mcpServers": { "toolcog": { "url": "https://mcp.toolcog.com" } }}MCP tools are available in Continue’s agent mode. Start a conversation and ask:
“Find the GitHub API operation for creating pull requests”
Continue will use Toolcog to discover operations and help you use them in your code.
When Continue needs to access your Toolcog account:
For downstream service authorization (GitHub, Stripe, etc.), the same pattern applies.
In Continue’s chat, ask:
“What Stripe operations are available for payments?”
If you see a list of operations, Toolcog is connected.
transport: sse for remote servers