aeonos for Cursor
io.github.clawdio777/aeonos
AI search visibility MCP. Get cited by ChatGPT, Perplexity, Claude, and Google AI Overviews.
client:Cursor
transport:stdio
runtime:npm
Install aeonos in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"aeonos": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"aeonos-mcp"
],
"env": {
"AEONOS_PRIVATE_KEY": "<AEONOS_PRIVATE_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs