Skip to main content

Claude Code

Use the claude mcp add commands to add Veyo to your project scope or user scope.

Project Scope

For the MCP configuration to work just within one project. This is useful if you wish to maintain multiple similar projects and define a different API key in each, e.g. if you have scoped the API key for a specific Veyo Project. This ensures the MCP will query the correct Veyo project.

claude mcp add veyo-mcp -s project -e VEYO_API_URL=https://portal.veyomcp.com -e VEYO_API_KEY=YOURAPIKEYHERE -- npx -y @darkloop/veyo-mcp@latest

User Scope

This is the most simple, as it will add Veyo tools automatically to any project you run Claude Code on, however it will always query the same Veyo project. To easily switch projects, modify the Default Project on your Veyo dashboard to match the dev project you're working on.

claude mcp add veyo-mcp -s user -e VEYO_API_URL=https://portal.veyomcp.com -e VEYO_API_KEY=YOURAPIKEYHERE -- npx -y @darkloop/veyo-mcp@latest