Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
MCP Prompts Server
by
sparesparrow
Verified
npm
GitHub
Knowledge & Memory
Developer Tools
TypeScript
MIT License
1,385
6
Apple
Linux
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-prompts
bin
.github
prompts
scripts
src
build-and-install.sh
build.sh
claude-desktop-config-example.json
.env.example
.gitignore
index.mjs
install-claude.sh
INSTALL.md
LICENSE
package.json
package-lock.json
README.md
run_installation.sh
sparesparrow-mcp-prompts-1.0.0.tgz
tsconfig.json
USAGE.md
{ "name": "@sparesparrow/mcp-prompts", "version": "1.2.22", "description": "An MCP server for managing and providing prompts and prompt templates", "type": "module", "bin": { "mcp-prompts": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "watch": "tsc --watch", "clean": "rimraf dist" }, "keywords": [ "mcp", "prompt", "template", "llm" ], "author": "sparesparrow", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.6.0", "@modelcontextprotocol/server-postgres": "*", "zod": "^3.22.4" }, "devDependencies": { "@types/pg": "^8.11.10", "shx": "^0.3.4", "typescript": "^5.6.2", "rimraf": "^5.0.5" } }