MCP server for surgical markdown edits across GitHub repositories, batched into exactly one commit
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-github-proxy": {
"command": "npx",
"args": [
"-y",
"jjenkins2004/mcp-github-proxy"
]
}
}
}
Run in terminal:
claude mcp add mcp-github-proxy npx -y jjenkins2004/mcp-github-proxy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-github-proxy": {
"command": "npx",
"args": [
"-y",
"jjenkins2004/mcp-github-proxy"
]
}
}
}