Skip to main content
Glama
package.json2.52 kB
{ "name": "@ssdeanx/hi-ai", "version": "1.6.0", "description": "Model Context Protocol based AI development assistant with 36 specialized tools for TypeScript, JavaScript, and Python projects - Now with Tasks support, cursor-based Pagination, 9-step reasoning framework and Gemini prompting strategies", "displayName": "Hi-AI", "icon": "https://raw.githubusercontent.com/ssdeanx/ssd-ai/main/icon.png", "homepage": "https://github.com/ssdeanx/ssd-ai", "repository": { "type": "git", "url": "https://github.com/ssdeanx/ssd-ai.git" }, "bugs": { "url": "https://github.com/ssdeanx/ssd-ai/issues" }, "main": "dist/index.js", "module": "./src/index.ts", "type": "module", "bin": { "hi-ai": "dist/index.js" }, "scripts": { "dev": "npm run build && node dist/index.js --transport=http --port=8081 --hostname=localhost", "dev:stdio": "npm run build && node dist/index.js --transport=stdio", "start:http": "npm run build && node dist/index.js --transport=http --port=8081 --hostname=localhost", "start:stdio": "npm run build && node dist/index.js --transport=stdio", "build": "tsc", "build:http": "npx smithery build", "dev:smithery": "npx smithery dev", "start:http:smithery": "node .smithery/index.cjs", "test": "vitest run", "test:watch": "vitest", "test:ui": "vitest --ui", "test:coverage": "vitest run --coverage" }, "keywords": [ "mcp", "model-context-protocol", "ai", "assistant", "development-tools", "code-analysis", "typescript", "javascript", "python", "semantic-analysis", "code-quality", "memory-management", "project-planning", "claude", "anthropic" ], "author": "Su", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.25.1", "@smithery/sdk": "^3.0.1", "better-sqlite3": "^12.5.0", "chalk": "^5.6.2", "express": "^5.2.1", "fast-glob": "^3.3.3", "glob": "^13.0.0", "puppeteer-core": "^24.34.0", "re2": "^1.23.0", "ts-morph": "^27.0.2", "zod": "^4" }, "devDependencies": { "@smithery/cli": "^2.0.0", "@types/better-sqlite3": "^7.6.13", "@types/express": "^5.0.6", "@types/glob": "^9.0.0", "@types/node": "^22.19.3", "@vitest/ui": "^4.0.16", "biome": "^0.3.3", "typescript": "^5.9.3", "vitest": "^4.0.16" }, "overrides": { "form-data": "^4.0.5", "tough-cookie": "^6.0.0", "inquirer-promise": "^1.0.0", "tmp": "^0.2.5" } }

Latest Blog Posts

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/ssdeanx/ssd-ai'

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