blueos-mcp-server

xzs-Gemini/blueos-mcp-server
★ 0 stars Unknown language Code/Dev Tools Updated 11d ago
This is an MCP service for Vivo's BlueOS Studio, designed to run within Codex; it assists with code reviews and the validation of UX, resources, routing, and features.
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": {
    "blueos-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "xzs-Gemini/blueos-mcp-server"
      ]
    }
  }
}