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
{ "compilerOptions": { "target": "ES2022", "module": "Node16", "moduleResolution": "Node16", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, "outDir": "./dist", "rootDir": "./src", "sourceMap": false, "declaration": true }, "include": [ "src/**/*.ts" ], "exclude": ["node_modules"] }