MCP Server
Active
MIT
io.github.morluto/gitcontribute MCP Server
io.github.morluto/gitcontribute
What is the io.github.morluto/gitcontribute MCP server?
Local-first GitHub contribution research workbench
How to install io.github.morluto/gitcontribute
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"gitcontribute": {
"command": "npx",
"args": [
"-y",
"gitcontribute"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"gitcontribute": {
"command": "npx",
"args": [
"-y",
"gitcontribute"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"gitcontribute": {
"command": "npx",
"args": [
"-y",
"gitcontribute"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"gitcontribute": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gitcontribute"
]
}
}
}Claude Code
claude mcp add gitcontribute -- npx -y gitcontributeRelated MCP servers
REA
Active
Reverse engineer apps and binaries with AI agents—understand features without source code.
357
View repository →TypeScript
MIT
Jacobian
Active
Executable mathematics and independent verification for AI agents.
54
View repository →Python
MIT
Flameox
Active
Local runtime evidence for coding-agent performance and reliability investigations
34
View repository →Python
MIT
LeanToken
Active
Token-bounded repository context for coding agents over MCP.
19
View repository →Rust
Apache-2.0