codegen-sh

Codegen MCP Server

Community codegen-sh
Updated

MCP server implementation adding tools for the Codegen SDK

Codegen MCP Server

An MCP server implementation that integrates the codegen sdk.

DocumentationLicense

This example demonstrates how to run a Model Control Protocol (MCP) server that integrates with Codegen. The server provides:

  1. A standardized interface for model inference
  2. Integration with Codegen's core functionality, parsing codebases and executing codemods
  3. Support for various LLM providers through the MCP protocol

Quick Start

Prerequisites

Direct Execution

  1. No installation is necessary, with the following command. Run this command directly or add it your .json mcp config file.
 uvx --from 'git+https://github.com/codegen-sh/codegen-sdk.git#egg=codegen-mcp-server&subdirectory=codegen-examples/examples/codegen-mcp-server' codegen-mcp-server

Example MCP Config

Here is an example mcp config that can be used with Cline or Claude desktop to integrate this MCP server

{
  "mcpServers": {
    "codegen-mcp": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/codegen-sh/codegen-sdk.git#egg=codegen-mcp-server&subdirectory=codegen-examples/examples/codegen-mcp-server",
        "codegen-mcp-server"
      ],
      "disabled": false,
      "autoApprove": []
    }
  }
}

MCP Tools:

  • parse_codebase: Parses a codebase located at the provided path.
  • check_parse_status: Provides the current parsing status for the provided codebase.
  • execute_codemod: Executes a codemod script on a parsed codebase. This is where the codegen sdk leveraged to run simple or sophisticated codemods on the codebase.

MCP Server ยท Populars

MCP Server ยท New

    anysiteio

    AnySite MCP Server

    A Model Context Protocol (MCP) server that provides comprehensive access to LinkedIn data and functionalities using the AnySite API, enabling not only data retrieval but also robust management of user accounts.

    Community anysiteio
    kontext-dev

    browser-use-mcp-server

    Browse the web, directly from Cursor etc.

    Community kontext-dev
    WordPress

    MCP Adapter

    An MCP adapter that bridges the Abilities API to the Model Context Protocol, enabling MCP clients to discover and invoke WordPress plugin, theme, and core abilities programmatically.

    Community WordPress
    HzaCode

    OneCite

    ๐Ÿ“š An intelligent toolkit to automatically parse, complete, and format academic references, with Model Context Protocol (MCP) support.

    Community HzaCode
    cexll

    Codex MCP Tool

    Codex Mcp Server

    Community cexll