MCP Server
MCP
devmcp
Git/CI MCP server with the full protocol surface (tools, resources, prompts, roots, sampling).
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
By
Comments
Sign in to leave a comment