Skip to main content
Glama
package.json1.31 kB
{ "name": "conductor-mcp", "version": "1.0.0", "description": "MCP server for Netflix Conductor Workflow Engine - enables AI assistants to interact with Conductor workflows for troubleshooting, creation, and management", "main": "build/index.js", "type": "module", "bin": { "conductor-mcp": "build/index.js" }, "files": [ "build", "README.md", "QUICKSTART.md", "EXAMPLES.md", "LICENSE" ], "scripts": { "build": "tsc", "prepare": "npm run build", "watch": "tsc --watch", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "mcp", "conductor", "workflow", "orchestration", "netflix-conductor", "model-context-protocol", "ai", "claude", "workflow-engine", "microservices" ], "repository": { "type": "git", "url": "https://github.com/opensensor/conductor-mcp.git" }, "bugs": { "url": "https://github.com/opensensor/conductor-mcp/issues" }, "homepage": "https://github.com/opensensor/conductor-mcp#readme", "author": "", "license": "Apache-2.0", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "axios": "^1.7.9" }, "devDependencies": { "@types/node": "^22.10.5", "typescript": "^5.7.2" }, "engines": { "node": ">=18.0.0" } }

Latest Blog Posts

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/opensensor/conductor-mcp'

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