mcp geraeats for Cursor
io.github.geraservicesuk/mcp-geraeats
Browse restaurants, search dishes, order food delivery, track riders. 50+ countries.
client:Cursor
transport:stdio
runtime:npm
Install mcp geraeats in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-geraeats": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@gera-services/mcp-geraeats"
],
"env": {
"GERAEATS_API_URL": "<GERAEATS_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs