🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@paretools/go

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@paretools/go

MCP server for Go — structured build, test, vet, and module data for AI agents

latest
Source
npmnpm
Version
0.22.0
Version published
Maintainers
1
Created
Source

@paretools/go

npm License: MIT

Structured, token-efficient Go tool output for AI agents. Typed diagnostics from go build, test, vet, and more.

Part of the Pare suite of MCP servers.

Tools (7)

ToolDescription
buildBuild errors (file, line, column, message)
testTest results (name, status, package, elapsed)
vetStatic analysis diagnostics
runRun a Go program with structured output
mod-tidyAdd missing and remove unused module dependencies
fmtCheck or fix Go source formatting via gofmt
generateRun go generate directives in source files

Quick Start

npx -y @paretools/go

Add to your MCP client config:

{
  "mcpServers": {
    "pare-go": {
      "command": "npx",
      "args": ["-y", "@paretools/go"]
    }
  }
}

Example

test output:

{
  "passed": 15,
  "failed": 0,
  "skipped": 1,
  "total": 16,
  "tests": [
    {
      "name": "TestParseConfig",
      "package": "github.com/myapp/config",
      "status": "pass",
      "elapsed": 0.003
    }
  ]
}

All Pare Servers (244 tools)

PackageToolsWraps
@paretools/gitstatus, log, diff, branch, show, add, commit, push, pull, checkoutgit
@paretools/testrun, coveragepytest, jest, vitest, mocha
@paretools/npminstall, audit, outdated, list, run, test, initnpm
@paretools/buildtsc, build, esbuild, vite-build, webpacktsc, esbuild, vite, webpack
@paretools/lintlint, format-check, prettier-format, biome-check, biome-formateslint, prettier, biome
@paretools/pythonpip-install, mypy, ruff-check, pip-audit, pytest, uv-install, uv-run, blackpip, mypy, ruff, pytest, uv, black
@paretools/dockerps, build, logs, images, run, exec, compose-up, compose-down, pulldocker, docker compose
@paretools/cargobuild, test, clippy, run, add, remove, fmt, doc, checkcargo
@paretools/gobuild, test, vet, run, mod-tidy, fmt, generatego, gofmt

Compatible Clients

Works with any MCP-compatible client: Claude Code, Claude Desktop, Cursor, Windsurf, VS Code / GitHub Copilot, Cline, Roo Code, Zed, Continue.dev, Gemini CLI, OpenAI Codex

License

MIT

Keywords

mcp

FAQs

Package last updated on 29 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts