m-dev-tools-mcp

vista-forge/m-dev-tools-mcp
★ 0 stars Go Code/Dev Tools Updated 10d ago
Thin MCP server over the m toolchain — a wrapper over the reflected m schema
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": {
    "m-dev-tools-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/vista-forge/m-dev-tools-mcp@latest"
      ]
    }
  }
}

README Excerpt

**A thin [Model Context Protocol](https://modelcontextprotocol.io) server over the `m` toolchain.** It introspects the busybox's reflected **`m schema`** (the aggregated command tree — native `fmt`/`lint`/`test`/… plus the dispatched `irissync`/`kids-vc` namespaces) and exposes each command as an MCP tool. Every

Tools (3)

alldefaultsafe