Tree Hugger JS
Provides JavaScript and TypeScript code analysis through AST parsing for function extraction, scope analysis, identifier renaming, unused import removal, and code transformation with safety previews and history tracking.
1 stars
0 tools
Created Aug 2025
@qckfx/qckfx-tree-hugger-js-tree-hugger-js-mcpAbout
Provides JavaScript and TypeScript code analysis through AST parsing for function extraction, scope analysis, identifier renaming, unused import removal, and code transformation with safety previews and history tracking.
Categories
general
Installation
npm
npm install @qckfx/qckfx-tree-hugger-js-tree-hugger-js-mcp
Configuration
{
"mcpServers": {
"qckfx-tree-hugger-js-tree-hugger-js-mcp": {
"command": "npx",
"args": [
"-y",
"@qckfx/qckfx-tree-hugger-js-tree-hugger-js-mcp"
]
}
}
}