thinchain for Cursor
io.github.snipmcp/thinchain
MCP server that sanitizes bad broker data and compresses options chains 95% for AI trading agents.
client:Cursor
transport:stdio
runtime:pypi
Install thinchain in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"thinchain": {
"type": "stdio",
"command": "uvx",
"args": [
"thinchain"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs