Skip to main content
Glama

Tree-Hugger-JS MCP Server

by qckfx
package.json1.27 kB
{ "name": "tree-hugger-js-mcp", "version": "1.1.2", "description": "MCP server for JavaScript/TypeScript code analysis using tree-hugger-js", "main": "build/index.js", "bin": { "tree-hugger-js-mcp": "build/index.js" }, "type": "module", "scripts": { "build": "tsc", "start": "node build/index.js", "dev": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js", "test": "node test-mcp.js", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "tree-hugger", "ast", "javascript", "typescript", "code-analysis", "parsing", "model-context-protocol", "claude", "ai-tools" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "tree-hugger-js": "^0.3.2" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.0.0" }, "engines": { "node": ">=18" }, "files": [ "build/", "README.md", "package.json" ], "repository": { "type": "git", "url": "git+https://github.com/qckfx/tree-hugger-js-mcp.git" }, "bugs": { "url": "https://github.com/qckfx/tree-hugger-js-mcp/issues" }, "homepage": "https://github.com/qckfx/tree-hugger-js-mcp#readme" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/qckfx/tree-hugger-js-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server