Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Decent-Sampler Drums MCP Server
by
dandeliongold
Verified
npm
GitHub
Image & Video Processing
TypeScript
MIT License
93
1
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-decent-sampler-drums
docs
src
__tests__
.gitignore
jest.config.js
LICENSE
package.json
package-lock.json
README.md
tsconfig.json
tsconfig.test.json
{ "compilerOptions": { "target": "ES2022", "module": "Node16", "moduleResolution": "Node16", "allowJs": true, "esModuleInterop": true, "outDir": "./build", "rootDir": "./src", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true }, "include": ["src/**/*"], "exclude": ["node_modules"] }