ensmcp for Cursor
io.github.seifreed/ensmcp
Servidor MCP para consultar el ENS y mantener declaraciones de aplicabilidad auditables.
client:Cursor
transport:stdio
runtime:pypi
Install ensmcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ensmcp": {
"type": "stdio",
"command": "uvx",
"args": [
"ensmcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs