Overview
The remote MCP server provides:- Cloud-Based Integration: Access Codegen services from anywhere without local setup
- API Integration: Direct access to Codegen platform APIs
- Agent Management: Create and monitor agent runs
- Organization Management: Access organization and user information
- Workflow Integration: Seamless integration with AI development tools
Configuration
For Claude Code
To configure the remote Codegen MCP server in Claude Code:<auth token>
with your Codegen API key<org-id>
with your organization ID (optional, automatically added when usingcodegen claude
)<repo-id>
with your repository ID (optional, automatically added when usingcodegen claude
)
For Cursor/Windsurf/VSCode Forks
Add the following configuration to your settings:<auth token>
with your Codegen API key<org-id>
with your organization ID (optional)<repo-id>
with your repository ID (optional)
For VSCode with MCP Extension
If you’re using VSCode with an MCP extension, add this to your settings.json:<auth token>
with your Codegen API key<org-id>
with your organization ID (optional)<repo-id>
with your repository ID (optional)
Authentication
The remote MCP server uses your Codegen API key for authentication. You can obtain your API key from the Codegen dashboard.Available Tools
The remote MCP server provides the following tools for AI agents:Getting Help
If you encounter issues with the remote MCP server:- Check the Codegen documentation
- Join our community Slack
- Report issues on GitHub