MCP Tools
Model Context Protocol (MCP) tools extend DAIV's agent with access to external services. MCP servers run in an isolated container via MCP Proxy, keeping them separate from your application.
Available MCP servers
Sentry
The Sentry MCP Server gives DAIV access to your error tracking data.
Available tools:
| Tool | Description |
|---|---|
find_organizations |
Discover Sentry organizations |
find_projects |
List projects in an organization |
search_issues |
Search for issues by query |
search_events |
Search for events |
get_issue_details |
Get detailed information about a specific issue |
Use cases: Analyzing error patterns when fixing bugs, correlating code changes with production errors, gathering debugging context.
Configuration:
| Bash | |
|---|---|
Context7
The Context7 MCP Server provides up-to-date library documentation lookup.
Available tools:
| Tool | Description |
|---|---|
resolve-library-id |
Resolve a library name to its Context7 ID |
query-docs |
Query documentation for a specific library |
Use cases: Looking up current API documentation, finding code examples for libraries used in the project.
Configuration:
| Bash | |
|---|---|
Proxy configuration
All MCP servers run through a shared proxy:
| Bash | |
|---|---|
Custom MCP servers
Coming soon
Custom MCP server support is on the roadmap. You'll be able to register your own MCP servers to give DAIV access to internal tools and services.
Security considerations
MCP servers run in an isolated Docker container, but you should still follow MCP security best practices:
- Store tokens securely — use Docker secrets for sensitive values like
MCP_SENTRY_ACCESS_TOKEN - Configure authentication — set
MCP_PROXY_AUTH_TOKENin production - Review server permissions — MCP servers may require network access to external services