truebases mcp for Cursor
io.github.truebases/truebases-mcp
Find opportunities, track market activity, and discover business signals with real-time data.
client:Cursor
transport:stdio
runtime:npm
Install truebases mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"truebases-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"truebases-mcp"
],
"env": {
"TRUEBASES_API_KEY": "<TRUEBASES_API_KEY>",
"TRUEBASES_API_URL": "<TRUEBASES_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs