Go-on'ers. MCP servers, AI tools, and agent skills built on go-faster technologies.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"gooners": {
"command": "go",
"args": [
"run",
"github.com/go-faster/gooners@latest"
]
}
}
}
Run in terminal:
claude mcp add gooners go run github.com/go-faster/gooners@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"gooners": {
"command": "go",
"args": [
"run",
"github.com/go-faster/gooners@latest"
]
}
}
}