mcp-egrul for Cursor
io.github.atomno-mcp/mcp-egrul
EGRUL/EGRIP company registry lookup for Russian legal entities and entrepreneurs.
client:Cursor
transport:stdio
runtime:pypi
Install mcp-egrul in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-egrul": {
"type": "stdio",
"command": "uvx",
"args": [
"atomno-mcp-egrul"
],
"env": {
"ATOMNO_API_KEY": "<ATOMNO_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs