MCP (Model Context Protocol) servers, AI tools, and agent skills built on go-faster technologies.
| Tool | Description |
|---|---|
| ssh-mcp | MCP server exposing SSH, SFTP, and other operations as agent tools (Docker support included) |
| grafana-dashboard-mcp | MCP server for building, verifying, and exporting Grafana dashboards using the Grafana Foundation SDK (Docker support included) |
| alertmanager-mcp | MCP server for Alertmanager alerts, silences, receivers, and cluster status, plus PromQL validate/evaluate tools (Docker support included) |
| opencode-handoff-mcp | MCP server for delegating coding tasks to opencode agents and monitoring their sessions |
| mcpgateway | MCP proxy that aggregates tools from multiple upstream MCP servers (stdio, streamable-http, sse) with per-upstream prefixes, allow/deny globs, description trim, output redaction, and optional per-upstream host/path routes |
The MCP servers expose predefined prompts that can be invoked by AI agents:
| Server | Prompt | Description |
|---|---|---|
ssh-mcp |
troubleshoot-ssh |
Provides instructions on how to use SSH tools to debug a remote machine |
grafana-dashboard-mcp |
design-dashboard |
Guides the agent through metric discovery, RED/USE dashboard design, query verification, and export |
Agent skills (slash commands) that can be installed into AI coding assistants.
| Skill | Description |
|---|---|
| alert-writing | Create, review, rewrite, or tune monitoring alerts, alert rules, SLO/burn-rate alerts, routing, and runbooks |
| jx | Correct, high-performance JSON encoding/decoding with github.com/go-faster/jx |
| golang-refactor-tools | Mechanical Go rewrites with gofmt -r, gopatch, rsc.io/rf, and eg |
| linux-hardening-skill | Harden Linux servers, Docker/containerd, and Kubernetes workloads on public IPs — host OS, SSH, network, container runtime, supply chain, and K8s security |
Install with skills.sh CLI (works with any Agent Skills-compatible tool):
npx skills add https://github.com/go-faster/gooners --all
# or a single skill:
npx skills add https://github.com/go-faster/gooners --skill jxClaude Code
/plugin marketplace add go-faster/goonersOr clone and install manually:
git clone https://github.com/go-faster/gooners.git ~/.claude/skills/goonersOpenCode
git clone https://github.com/go-faster/gooners.git ~/.agents/skills/goonersOpenCode auto-discovers skills from .agents/skills/, .opencode/skills/, and .claude/skills/.
Cursor
git clone https://github.com/go-faster/gooners.git ~/.cursor/skills/goonersCursor auto-discovers skills from .agents/skills/ and .cursor/skills/.
Codex (OpenAI)
git clone https://github.com/go-faster/gooners.git ~/.agents/skills/goonersCodex auto-discovers skills from ~/.agents/skills/ and .agents/skills/.