Skip to main content
Glama

MCP Prompts Server

{ "name": "@sparesparrow/mcp-prompts", "private": false, "version": "3.0.6", "description": "A robust, extensible server for managing, versioning, and serving prompts and templates for LLM applications, built on the Model Context Protocol (MCP)", "keywords": [ "mcp", "model-context-protocol", "prompts", "templates", "llm", "ai", "typescript", "server" ], "author": "sparesparrow", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/sparesparrow/mcp-prompts.git" }, "bugs": { "url": "https://github.com/sparesparrow/mcp-prompts/issues" }, "homepage": "https://github.com/sparesparrow/mcp-prompts#readme", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "mcp-prompts": "dist/cli.js" }, "files": [ "dist", "README.md", "LICENSE" ], "dependencies": { "pino": "^9.7.0", "cors": "^2.8.5", "helmet": "^8.1.0", "express": "^5.1.0", "express-rate-limit": "^7.4.0", "swagger-jsdoc": "^6.2.8", "swagger-ui-express": "^5.0.1", "uuid": "^9.0.1", "@types/express": "^5.0.3", "tsyringe": "^4.10.0", "axios": "^1.7.7", "handlebars": "^4.7.8", "ioredis": "^5.6.1", "pg": "^8.11.3", "proper-lockfile": "^4.1.2", "zod": "^3.25.71" }, "devDependencies": { "@modelcontextprotocol/sdk": "^1.13.3", "@playwright/test": "^1.53.2", "@swc/cli": "^0.7.7", "@swc/core": "^1.12.9", "@types/jest": "^30.0.0", "@types/node": "^22.16.0", "@typescript-eslint/eslint-plugin": "^8.35.1", "@typescript-eslint/parser": "^8.35.1", "eslint": "^9.30.1", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.32.0", "jest": "^30.0.4", "jest-mock-extended": "^4.0.0", "playwright": "^1.53.2", "prettier": "^3.6.2", "puppeteer": "^24.11.2", "supertest": "^7.1.1", "tsx": "^4.20.3", "typescript": "^5.8.3", "vitest": "^3.2.4", "zod": "^3.25.71", "@types/cors": "^2.8.17", "@types/pg": "^8.11.10", "@types/uuid": "^10.0.0", "@types/swagger-jsdoc": "^6.0.4", "@types/swagger-ui-express": "^4.1.6" }, "engines": { "node": ">=20.0.0", "pnpm": ">=9.0.0" }, "scripts": { "setup": "bash scripts/setup.sh", "dev": "bash scripts/dev.sh", "start": "node dist/index.js", "build": "tsc -p tsconfig.server.json", "build:clean": "pnpm run clean && pnpm run build", "typecheck": "pnpm -r run typecheck", "clean": "pnpm -r run clean", "lint": "eslint . --ext .ts,.js", "format": "prettier --write .", "test": "vitest run", "test:watch": "vitest", "docker:build": "docker build -t mcp-prompts .", "docker:up": "docker compose up -d", "docker:down": "docker compose down", "docker:logs": "docker compose logs -f | cat", "docs": "typedoc --out docs/api src && markdown-toc -i docs/*.md", "release": "standard-version && git push --follow-tags origin main", "pack": "npm pack", "publish:dry": "npm publish --dry-run", "publish:patch": "npm version patch && npm publish", "publish:minor": "npm version minor && npm publish", "publish:major": "npm version major && npm publish" }, "pnpm": { "overrides": { "eslint": "^9.0.0" } } }

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/sparesparrow/mcp-prompts'

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