Skip to main content
Glama

System Designer MCP Server

by chevyfsa
package.json959 B
{ "name": "system-designer-mcp", "version": "1.0.0", "type": "module", "scripts": { "dev": "bun --watch src/index.ts", "build": "bun build src/index.ts --outdir=dist --target=node", "start": "bun dist/index.js", "start:http": "bun dist/http-server.js", "test": "bun test", "test:watch": "bun test --watch", "lint": "bunx eslint . --ext .ts", "lint:fix": "bunx eslint . --ext .ts --fix", "format": "bunx prettier --write .", "format:check": "bunx prettier --check ." }, "dependencies": { "@modelcontextprotocol/sdk": "^1.18.2", "zod": "^4.1.11", "fs-extra": "^11.3.2", "commander": "^14.0.1" }, "devDependencies": { "@types/bun": "^1.2.23", "@types/fs-extra": "^11.0.4", "@types/node": "^24.5.2", "@typescript-eslint/eslint-plugin": "^8.44.1", "@typescript-eslint/parser": "^8.44.1", "eslint": "^9.36.0", "prettier": "^3.6.2", "typescript": "^5.9.2" } }

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/chevyfsa/system-designer-mcp'

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