Thanks to visit codestin.com
Credit goes to docs.context.dev

Skip to main content
Add Context.dev from Eve’s integration registry to give your agent live web and company data. Each user connects their own Context.dev account through OAuth.

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.

Verify the setup

Start with a request whose result you can inspect:
Confirm that Eve shows a successful Context.dev tool call. An answer without a tool call does not verify the connection.

Use the connection

Ask the agent for an outcome and name Context.dev when you want to force this connection. For example:
The connection covers these common workflows:

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.