GNO provides an MCP (Model Context Protocol) server for AI client integration.
Full reference: See gno.sh/docs/MCP for complete tool documentation.
# Claude Desktop (default)
gno mcp install
# Claude Code
gno mcp install -t claude-code
# With write tools enabled
gno mcp install --enable-writeAdd to claude_desktop_config.json:
{
"mcpServers": {
"gno": {
"command": "gno",
"args": ["mcp"]
}
}
}Config locations:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json - Linux:
~/.config/Claude/claude_desktop_config.json
gno mcp install -t claude-code -s user # User scope
gno mcp install -t claude-code -s project # Project scopegno mcp statusgno mcp uninstall
gno mcp uninstall -t claude-code