The Codegen Project - MCP Server

This is a Model Context Protocol (MCP) server for The Codegen Project.

Available Tools

Configuration Tools

Integration Tools

Resources

Documentation from The Codegen Project is available as MCP resources:

Connecting

Cursor

Add to your .cursor/mcp.json:

{
  "mcpServers": {
    "codegen": {
      "url": "https://YOUR_VERCEL_URL/api/mcp"
    }
  }
}

Claude Code

Add to your ~/.claude/mcp.json:

{
  "mcpServers": {
    "codegen": {
      "url": "https://YOUR_VERCEL_URL/api/mcp"
    }
  }
}

Links