Skip to content
Cursor

stacksfinder for Cursor

io.github.hoklims/stacksfinder

Deterministic tech stack recommendations, audits, and project estimates. No hallucinations.

client:Cursor transport:stdio runtime:npm

Install stacksfinder 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": {
    "stacksfinder": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@stacksfinder/mcp-server"
      ],
      "env": {
        "STACKSFINDER_API_KEY": "<STACKSFINDER_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

stacksfinder in other clients