Skip to main content
Glama
package.json1.52 kB
{ "name": "devpipe-mcp", "version": "0.2.7", "description": "Model Context Protocol server for devpipe - helps AI assistants interact with devpipe to manage development workflows", "type": "module", "main": "dist/index.js", "bin": { "devpipe-mcp": "./dist/index.js" }, "scripts": { "build": "tsc", "watch": "tsc --watch", "dev": "npm run build && node dist/index.js", "prepare": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "devpipe", "pipeline", "ci", "development", "workflow" ], "author": "Drew Khoury", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/drewkhoury/devpipe-mcp.git" }, "homepage": "https://github.com/drewkhoury/devpipe-mcp#readme", "bugs": { "url": "https://github.com/drewkhoury/devpipe-mcp/issues" }, "files": [ "dist", "src", "README.md", "LICENSE", "CHANGELOG.md", "CONTRIBUTING.md", "EXAMPLES.md", "QUICK_REFERENCE.md" ], "dependencies": { "@iarna/toml": "^2.2.5", "@modelcontextprotocol/sdk": "^0.5.0", "minimatch": "^10.1.1", "zod": "^3.23.8" }, "devDependencies": { "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "@semantic-release/github": "^11.0.6", "@types/node": "^20.10.0", "conventional-changelog-conventionalcommits": "^9.1.0", "semantic-release": "^24.2.9", "typescript": "^5.3.3" }, "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/drewkhoury/devpipe-mcp'

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