PluginBench
MCP Server
Active
MIT

io.github.Dave-London/pare-go MCP Server

io.github.Dave-London/pare-go

What is the io.github.Dave-London/pare-go MCP server?

Pare Go ג€” Structured Go tool output (build, test, vet, fmt, mod) as typed JSON diagnostics.

How to install io.github.Dave-London/pare-go

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": {
    "pare-go": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/go"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "pare-go": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/go"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "pare-go": {
      "command": "npx",
      "args": [
        "-y",
        "@paretools/go"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "pare-go": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@paretools/go"
      ]
    }
  }
}
Claude Code
claude mcp add pare-go -- npx -y @paretools/go

Related MCP servers

Structured build tool output (tsc, generic commands) as typed JSON diagnostics.

130
TypeScript
MIT
View repository →

Structured Rust cargo operations (build, test, clippy) as typed JSON.

130
TypeScript
MIT
View repository →

Structured Docker operations (ps, images, logs, build) as typed JSON.

130
TypeScript
MIT
View repository →

Structured git operations (status, log, diff, branch, show) as typed JSON.

130
TypeScript
MIT
View repository →

MCP server for GitHub operations (PRs, issues, actions) with structured, token-efficient output

130
TypeScript
MIT
View repository →

Structured Go tool output (build, test, vet) as typed JSON diagnostics.

130
TypeScript
MIT
View repository →