PluginBench
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 gitcontribute

Related MCP servers

REA

Active

Reverse engineer apps and binaries with AI agents—understand features without source code.

357
TypeScript
MIT
View repository →

Jacobian

Active

Executable mathematics and independent verification for AI agents.

54
Python
MIT
View repository →

Flameox

Active

Local runtime evidence for coding-agent performance and reliability investigations

34
Python
MIT
View repository →

LeanToken

Active

Token-bounded repository context for coding agents over MCP.

19
Rust
Apache-2.0
View repository →