← Back to Plugins
MCP Server MCP

devmcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx devmcp-server

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "devmcp-server",
      "version": "0.2.1",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "Local git repo this server operates on",
          "isRequired": true,
          "format": "filepath",
          "type": "named",
          "name": "--repo-path"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...