onefetch

GitHub

Command-line Git information tool

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "onefetch": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-onefetch"
      ]
    }
  }
}