No MCP knowledge required. Envoy analyzes your routes, schemas, and auth patterns, then builds and deploys a production-ready MCP server for you.
Quick Start
Get Your API Key
- Go to app.usecrow.com → Tools
- Click Generate Envoy Key
- Copy the
ck_...key
Commands
Options
How It Works
What Envoy Generates
Envoy produces a FastMCP server that wraps your API endpoints as MCP tools. For example, if your backend has:Workflow
First Time: Generate
- Select which directories to scan
- Envoy reads your code and generates an MCP server
- Review the generated tools in a conversation loop
- When satisfied, the server is saved to Crow
Iterate: Fix
- “Add a tool for the
/api/usersendpoint” - “Fix the auth header on the cancel_order tool”
- “Remove the get_all_orders tool”
Ship: Deploy
CI Mode
For automated pipelines, use--ci for structured JSON output:
Environment Variables
Envoy vs Manual MCP Setup
Server-Side MCP
Self-hosted MCP server setup (manual approach)
MCP Authentication
Auth patterns for MCP servers
