insumer for Cursor
io.github.douglasborthwick-crypto/insumer
Read-first blockchain verification. ECDSA-signed booleans across 37 chains. 27 tools.
client:Cursor
transport:stdio
runtime:npm
Install insumer in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"insumer": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-server-insumer"
],
"env": {
"INSUMER_API_KEY": "<INSUMER_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs