Odel
stacksfinder mcp

stacksfinder mcp

Local
@hoklims9TypeScriptMITUpdated 7mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@stacksfinder/mcp-serverv1.3.7

Run

npx -y @stacksfinder/mcp-server

MCP client config

{
  "mcpServers": {
    "stacksfinder-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@stacksfinder/mcp-server"
      ]
    }
  }
}