Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

truebases mcp in other clients