Open the Context.dev integration for Eve
Review the current registry definition and setup instructions on Eve.
Prerequisites
- An existing Eve project
- The Eve and Vercel CLIs available in that project
- A Vercel account with access to the project you will link
Install and connect
1
Add the registry connection
Run this from the root of your Eve project:Eve creates
agent/connections/context.ts and installs the authentication dependency when needed. The generated connection points to https://mcp.context.dev/mcp.2
Create the Vercel connector
Link the project, create the connector, and pull its local environment:Run these commands against the same Vercel project and environment that hosts the Eve agent.
3
Authorize Context.dev
Start the agent through your normal Eve development flow and request a Context.dev operation. Before the first tool call, Vercel Connect opens Context.dev’s browser authorization flow. Sign in and approve access.
The connection uses per-user OAuth. Do not add a Context.dev API key, bearer token, or custom authorization header to
agent/connections/context.ts.Use the connection
Ask the agent for an outcome and name Context.dev when you want to force this connection. For example:Verify the setup
Use a read-only request with a known URL:Troubleshooting
Reference
Eve integration listing
Current registry commands and generated connection definition.
Eve connections
Connection configuration, authentication, and tool access in Eve.
Context.dev MCP guide
Hosted server capabilities and authentication details.
Context.dev API docs
Guides and reference material for the underlying operations.