vesc-mcp

mjc/vesc-mcp
★ 1 stars Rust Code/Dev Tools Updated today
prototype MCP server for VESC firmware and vescpkg development
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": {
    "vesc-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "vesc-mcp"
      ]
    }
  }
}

README Excerpt

MCP server that exposes VESC firmware and **vescpkg** knowledge to AI assistants — package discovery, manifest inspection, builds, diagnostics, and catalog-backed docs. ```bash git clone --recurse-submodules <repo-url> cd vesc-mcp direnv allow # or: nix develop make check # fmt, clippy, nextest, doc

Tools (5)

VESC_BLDC_ROOTVESC_POC_ROOTVESC_REFLOAT_ROOTVESC_TOOL_PATHVESC_VESC_TOOL_ROOT