dev-mode

marcpadz/dev-mode
★ 0 stars Rust Code/Dev Tools Updated today
Dev Mode extension for Dextop — process-isolated MCP server: git tools, unified diff, Language Server Protocol intelligence
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": {
    "dev-mode": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "dev-mode"
      ]
    }
  }
}