Odel
devmcp

devmcp

Local
@rudranaresh02011PythonMITUpdated 2w ago

Git/CI MCP server with the full protocol surface (tools, resources, prompts, roots, sampling).

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIdevmcp-serverv0.2.1

Run

uvx devmcp-server

MCP client config

{
  "mcpServers": {
    "devmcp": {
      "command": "uvx",
      "args": [
        "devmcp-server"
      ]
    }
  }
}