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

    chatmcp

    mcpso

    directory for Awesome MCP Servers

    Community chatmcp
    TBXark

    MCP Proxy Server

    An MCP proxy server that aggregates and serves multiple MCP resource servers through a single HTTP server.

    Community TBXark
    ttommyth

    interactive-mcp

    Ask users questions from your LLM! interactive-mcp: Local, cross-platform MCP server for interactive prompts, chat & notifications.

    Community ttommyth
    lpigeon

    ros-mcp-server

    The ROS MCP Server is designed to support robots in performing complex tasks and adapting effectively to various environments by providing a set of functions that transform natural language commands, entered by a user through an LLM, into ROS commands for robot control.

    Community lpigeon
    emicklei

    melrose-mcp

    interactive programming of melodies, producing MIDI

    Community emicklei