Skip to main content
Glama

HeroUI MCP Server

by T-hash06
MIT License
8
11
package.json978 B
{ "name": "heroui-mcp", "version": "1.0.0", "type": "module", "scripts": { "build": "tsc --project tsconfig.json && tsc-alias -p tsconfig.json", "check": "biome check src && tsc --noEmit && vitest run", "dev": "bun run src/index.ts", "format": "biome check --fix src", "lint": "biome check src", "start": "node dist/src/index.js", "test": "vitest --silent", "test:run": "vitest run --silent", "test:coverage": "vitest run --coverage --silent", "type-check": "tsc --noEmit", "prepare": "husky" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.16.0", "express": "^5.1.0", "zod": "^3.25.76" }, "devDependencies": { "@biomejs/biome": "^2.1.2", "@commitlint/cli": "^19.8.1", "@commitlint/config-conventional": "^19.8.1", "@types/express": "^5.0.3", "@types/node": "^24.0.15", "@types/supertest": "^6.0.3", "husky": "^9.1.7", "supertest": "^7.1.3", "tsc-alias": "^1.8.16", "typescript": "^5.8.3", "vitest": "^3.2.4" } }

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/T-hash06/heroui-mcp'

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