mcp-erid for Cursor
io.github.atomno-mcp/mcp-erid
Erid format check; ORD cabinet lookup on the client key.
client:Cursor
transport:stdio
runtime:pypi
Install mcp-erid in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-erid": {
"type": "stdio",
"command": "uvx",
"args": [
"atomno-mcp-erid"
],
"env": {
"MCP_ERID_ORD_TOKEN": "<MCP_ERID_ORD_TOKEN>",
"MCP_ERID_ORD_PROVIDER": "<MCP_ERID_ORD_PROVIDER>",
"MCP_ERID_API_KEY": "<MCP_ERID_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs