Skip to main content
Glama

FM8 MCP Server

package.json1.2 kB
{ "name": "fm8-mcp-server", "version": "1.0.0", "description": "Model Context Protocol (MCP) server for controlling Native Instruments FM8 synthesizer via MIDI", "main": "dist/server.js", "type": "module", "keywords": [ "mcp", "model-context-protocol", "fm8", "native-instruments", "midi", "synthesizer", "ai", "claude", "llm" ], "author": "", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/thesigma1receptor/fm8MCP.git" }, "scripts": { "build": "tsc -p .", "start": "node dist/server.js --transport=stdio", "start:http": "node dist/server.js --transport=http --port=3333", "ollama": "node dist/ollama-bridge.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.2.0", "cors": "^2.8.5", "easymidi": "^2.0.4", "express": "^4.19.2", "morgan": "^1.10.0", "ollama": "^0.6.2", "zod": "^3.25.76" }, "devDependencies": { "@types/cors": "^2.8.19", "@types/express": "^4.17.21", "@types/morgan": "^1.9.10", "@types/node": "^20.11.30", "ts-node": "^10.9.2", "typescript": "^5.6.3" }, "engines": { "node": ">=18.0.0" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/thesigma1receptor/fm8MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server