Skip to main content
Glama

Carbon MCP

package.json1.2 kB
{ "name": "carbon-mcp", "version": "0.1.0", "description": "MCP server for the Carbon Design System", "main": "dist/server/index.js", "scripts": { "dev": "ts-node src/server/index.ts", "build": "tsc", "start": "node dist/server/index.js", "lint": "eslint . --ext .ts,.tsx", "test": "jest", "index-docs": "ts-node scripts/index-docs.ts", "kill-server": "./scripts/kill-server.sh", "dev:clean": "./scripts/kill-server.sh && npm run dev" }, "keywords": ["carbon", "design-system", "mcp", "code-generation"], "author": "", "license": "MIT", "dependencies": { "express": "^4.18.2", "body-parser": "^1.20.2", "glob": "^10.3.10", "dotenv": "^16.3.1", "jscodeshift": "^0.15.1", "diff": "^5.1.0", "mustache": "^4.2.0" }, "devDependencies": { "@types/node": "^20.10.5", "@types/express": "^4.17.21", "@types/jest": "^29.5.11", "@types/diff": "^5.0.9", "@types/mustache": "^4.2.5", "@typescript-eslint/eslint-plugin": "^6.15.0", "@typescript-eslint/parser": "^6.15.0", "eslint": "^8.56.0", "jest": "^29.7.0", "ts-jest": "^29.1.1", "ts-node": "^10.9.2", "typescript": "^5.3.3" } }

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/SandeepBaskaran/carbon-mcp'

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