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
{
"
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
"
]
}