Skip to main content
Glama

HeroUI MCP Server

by T-hash06
MIT License
8
11
tsconfig.json803 B
{ "compilerOptions": { "target": "ES2022", "module": "ESNext", "moduleResolution": "node", "baseUrl": "./", "outDir": "./dist", "rootDir": "./", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "declaration": true, "declarationMap": true, "sourceMap": true, "paths": { "@cache/*": ["./src/cache/*"], "@config/*": ["./src/config/*"], "@http/*": ["./src/http/*"], "@resources/*": ["./src/resources/*"], "@server/*": ["./src/server/*"], "@tools/*": ["./src/tools/*"], "@transport/*": ["./src/transport/*"], "@types/*": ["./src/types/*"], "@types": ["./src/types/index.ts"], "@utils/*": ["./src/utils/*"] } }, "include": ["src/**/*", "tests/**/*"], "exclude": ["node_modules", "dist"] }

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