Skip to main content

Integrations Overview

Behavry works as an MCP proxy — all existing MCP-compatible agents connect by updating their server URL. No code changes to your agent are required.

Supported clients

ClientTypeSetup
Claude CodeCLIGuide
Claude DesktopAppGuide
CursorIDEGuide
ZedEditorGuide
WindsurfIDEGuide
WarpTerminalGuide
VS Code CopilotIDEGuide
Anthropic APIAPI proxyGuide
OpenAI APIAPI proxyGuide
Browser ExtensionChrome (12 AI services)Guide

How it works

Your Agent  →  Behavry MCP Proxy  →  Target MCP Server
(auth + policy + audit)

All clients connect by pointing their MCP server URL to http://your-behavry-host/mcp/v1 and passing their agent token as a Bearer header.

Automated setup

For local development, make setup detects installed editors and applies all configs in one step:

make setup      # provisions agent + applies all editor configs
make tokens # refresh expired tokens

Manual setup (any client)

  1. Register an agent and get a token
  2. Set the MCP server URL to http://localhost:8000/mcp/v1
  3. Set the Authorization: Bearer <token> header in your client config

That's it — all tool calls are now authenticated, governed, and logged.