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
{ "name": "@dandeliongold/mcp-decent-sampler-drums", "version": "0.1.5", "description": "A Model Context Protocol server for building Decent Sampler drum kit sample presets.", "type": "module", "repository": { "type": "git", "url": "git+https://github.com/dandeliongold/mcp-decent-sampler-drums.git" }, "publishConfig": { "access": "public" }, "license": "MIT", "bin": { "decent-sampler-drums": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js", "test": "jest --detectOpenHandles --no-cache --verbose" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.4.1" }, "devDependencies": { "@types/jest": "^29.5.12", "@types/node": "^20.17.17", "jest": "^29.7.0", "ts-jest": "^29.1.2", "typescript": "^5.7.3" } }