Skip to main content
ClaudeWave

A CLI tool for building Go applications.

MCP Servers2.6k stars206 forksGoMITUpdated 1mo ago
Editor's note

Nunu is a Go application scaffolding tool that generates project boilerplate following a classic layered architecture, with dedicated directories for handlers, services, repositories, models, and middleware. The CLI commands scaffold new projects from templates and wire up dependencies automatically using Google Wire for dependency injection. The generated applications integrate a curated stack including Gin for HTTP routing, Gorm for database access, Viper for configuration, Zap for logging, Go-redis, Casbin for authorization, Swaggo for API documentation, and Gocron for scheduled tasks. Nunu also includes an MCP server component via the mcp-go library, making its scaffolding capabilities accessible to Claude through the Model Context Protocol. Go developers building REST APIs, background task systems, or game servers with Pitaya will find the most use here, as the tool removes the repetitive setup of wiring together this ecosystem of libraries into a production-ready structure.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (MIT)
  • Recently active
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Mature repo (>1y old)
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: Manual · nunu
Claude Code CLI
git clone https://github.com/go-nunu/nunu
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "nunu": {
      "command": "nunu"
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Install the binary first: go install github.com/go-nunu/nunu@latest (make sure it ends up on your PATH).

MCP Servers overview

README preview not available. Visit the repo on GitHub for full documentation.
dddgingogolanggolang-climcpmcp-clientmcp-serverscaffold

What people ask about nunu

What is go-nunu/nunu?

+

go-nunu/nunu is mcp servers for the Claude AI ecosystem. A CLI tool for building Go applications. It has 2.6k GitHub stars and was last updated 1mo ago.

How do I install nunu?

+

You can install nunu by cloning the repository (https://github.com/go-nunu/nunu) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is go-nunu/nunu safe to use?

+

Our security agent has analyzed go-nunu/nunu and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains go-nunu/nunu?

+

go-nunu/nunu is maintained by go-nunu. The last recorded GitHub activity is from 1mo ago, with 2 open issues.

Are there alternatives to nunu?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy nunu to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: go-nunu/nunu
[![Featured on ClaudeWave](https://claudewave.com/api/badge/go-nunu-nunu)](https://claudewave.com/repo/go-nunu-nunu)
<a href="https://claudewave.com/repo/go-nunu-nunu"><img src="https://claudewave.com/api/badge/go-nunu-nunu" alt="Featured on ClaudeWave: go-nunu/nunu" width="320" height="64" /></a>

More MCP Servers