★ 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"
]
}
}
}
Run in terminal:
claude mcp add junobuild-mcp npx -y nami2111/junobuild-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"junobuild-mcp": {
"command": "npx",
"args": [
"-y",
"nami2111/junobuild-mcp"
]
}
}
}