StacksFinder

analyze_repo_mcps

Analyze repository to detect tech stack and recommend relevant MCP servers. Note: This tool works best with local CLI, not via ChatGPT.

Remote hoklims/stacksfinder-mcp

Other tools also called analyze_repo_mcps? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "workspaceRoot": {
      "type": "string",
      "description": "Workspace root directory"
    }
  }
}