Skip to main content
If you already have an MCP server deployed, connect it to Crow so your agent can use its tools.
Don’t have an MCP server yet? Use Envoy to auto-generate one from your codebase in minutes — no MCP knowledge needed.

Connect in Dashboard

  1. Go to IntegrationServer-Side Tools
  2. Enter your server details:
  1. Click Test Connection — Crow will connect and discover your tools
  2. Click Save
  3. Go to Actions to enable the tools you want the agent to use

Identity Headers

Forward end-user identity to your MCP server so tools can return user-specific data. Under Header Mappings, add mappings like: Crow resolves these from the user’s identity token and sends them as HTTP headers on every request to your MCP server.
Identity headers only work for authenticated users. Set up Identity Verification first.
For the full auth chain (service keys, identity forwarding, backend middleware), see Server-Side MCP Authentication.

Managing Your Server

  • Sync Tools — Re-discover tools after updating your server
  • Enable/Disable Tools — Toggle individual tools in Actions
  • Edit — Change URL, transport, or headers
  • Delete — Remove the connection entirely

Troubleshooting


Envoy CLI

Auto-generate an MCP server from your code

Authentication

Service keys, identity headers, and the full auth chain