Skip to content
VS Code

mettle mcp for VS Code

io.github.creed-space/mettle-mcp

Experimental machine-oriented challenges and signed results. Does not verify identity or substrate.

client:VS Code transport:stdio runtime:pypi

Install mettle mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "mettle-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mettle-verifier"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

mettle mcp in other clients