StacksFinder
execute_mcp_installation
Read .env-mcp and generate installation commands for MCPs. Note: This tool works best with local CLI.
Remote hoklims/stacksfinder-mcp
Other tools also called execute_mcp_installation?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"envMcpPath": {
"type": "string",
"description": "Path to .env-mcp file"
},
"targetClient": {
"enum": [
"claude-code",
"claude-desktop",
"cursor",
"vscode",
"windsurf"
],
"type": "string",
"description": "Target IDE/client"
}
}
}