ComparEdge Price Watch for Cursor
io.github.imkemit-ops/comparedge-price-watch
Dated log of SaaS, AI and crypto price changes: recent moves, history, biggest increases.
client:Cursor
transport:stdio
runtime:npm
Install ComparEdge Price Watch in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"comparedge-price-watch": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@comparedge/price-watch-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs