Skip to main content
Glama

PrimeNG MCP Server

by hnkatze
package.json1.14 kB
{ "name": "primeng-mcp-server", "version": "1.0.0", "description": "MCP Server for PrimeNG documentation and components", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "watch": "tsc --watch", "start": "node dist/index.js", "dev": "tsx src/index.ts", "test": "vitest", "test:unit": "vitest run tests/unit/", "test:coverage": "vitest --coverage", "lint": "eslint src/**/*.ts", "lint:fix": "eslint src/**/*.ts --fix", "format": "prettier --write src/**/*.ts", "format:check": "prettier --check src/**/*.ts" }, "keywords": [ "mcp", "primeng", "documentation", "angular" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "axios": "^1.7.9", "cheerio": "^1.0.0" }, "devDependencies": { "@types/node": "^22.10.2", "@typescript-eslint/eslint-plugin": "^8.46.2", "@typescript-eslint/parser": "^8.46.2", "@vitest/coverage-v8": "^4.0.4", "eslint": "^9.38.0", "prettier": "^3.6.2", "tsx": "^4.19.2", "typescript": "^5.7.2", "vitest": "^4.0.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/hnkatze/PrimeNG_MCP'

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