Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
MCP Prompts Server
Claim
by
sparesparrow
npm
GitHub
Knowledge & Memory
Developer Tools
MIT License
1,385
1
Apple
Linux
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
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
#!/bin/bash # Exit on error set -e echo "Installing dependencies..." npm install echo "Building TypeScript code..." npm run build echo "Build completed successfully!" echo "To run the server, use: npm start"