Catalyst Edge Research for Cursor
io.github.rm0nroe/catalyst-edge-mcp
Source-linked market intelligence for AI agents researching public-company tickers.
client:Cursor
transport:stdio
runtime:pypi
Install Catalyst Edge Research in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"catalyst-edge-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"catalyst-edge-mcp"
],
"env": {
"CATALYST_EDGE_SEC_USER_AGENT": "<CATALYST_EDGE_SEC_USER_AGENT>",
"CATALYST_EDGE_EVIDENCE_STORE": "<CATALYST_EDGE_EVIDENCE_STORE>",
"CATALYST_EDGE_GDELT": "<CATALYST_EDGE_GDELT>",
"CATALYST_EDGE_BLUESKY": "<CATALYST_EDGE_BLUESKY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs