mcp-server-gpui-docs

codeChap/mcp-server-gpui-docs
★ 0 stars Rust Search Updated today
Stdio MCP: search GPUI docs, book, tutorial, and official examples
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-gpui-docs": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp-server-gpui-docs"
      ]
    }
  }
}