Lookout for Cursor
io.github.sylphxai/lookout
Lookout — web answers with source-level proof. Search and fetch citeable excerpts, no API key.
client:Cursor
transport:stdio
runtime:npm
Install Lookout in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"lookout": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@sylphx/lookout"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs