stocksense for Cursor
io.github.mikejj-creation/stocksense
Financial data for AI agents: SEC filings, price history, insider trades, and more.
client:Cursor
transport:stdio
runtime:pypi
Install stocksense in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"stocksense": {
"type": "stdio",
"command": "uvx",
"args": [
"stocksense"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs