mettle mcp for Cursor
io.github.creed-space/mettle-mcp
Experimental machine-oriented challenges and signed results. Does not verify identity or substrate.
client:Cursor
transport:stdio
runtime:pypi
Install mettle mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mettle-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"mettle-verifier"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs