Self-hosted MCP server for the ggui protocol. An HTTP/MCP binding layer over @ggui-ai/mcp-server-handlers and the reference adapters from @ggui-ai/mcp-server-core — run it via `ggui serve`.
{
"mcpServers": {
"ggui-aimcp": {
"command": "npx",
"args": [
"-y",
"@ggui-ai/mcp-server"
]
}
}
}