junobuild-mcp

nami2111/junobuild-mcp
★ 1 stars TypeScript 📦 Other Updated today
MCP server for Juno (junobuild) - manage satellites, hosting, functions, snapshots and more
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "junobuild-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "nami2111/junobuild-mcp"
      ]
    }
  }
}