canli validation mcp for Cursor
io.github.arhancanli/canli-validation-mcp
canlicapital.com backtest validation. A verdict is not admission to anything and is not a forecast.
client:Cursor
transport:stdio
runtime:npm
Install canli validation mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"canli-validation-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"canli-validation-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs