mcp ldbd for Cursor
io.github.kkjh0723/mcp-ldbd
Submit and track stock/crypto direction predictions on LDBD's public leaderboard (ldbd.app).
client:Cursor
transport:stdio
runtime:npm
Install mcp ldbd in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-ldbd": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-ldbd"
],
"env": {
"LDBD_API_KEY": "<LDBD_API_KEY>",
"LDBD_BASE_URL": "<LDBD_BASE_URL>",
"LDBD_MCP_READONLY": "<LDBD_MCP_READONLY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs