Skip to main content
Glama

MCP-Devin

by kazuph
package.json715 B
{ "name": "@kazuph/mcp-devin", "version": "0.1.0", "description": "mcp server for devin with Slack integration", "private": true, "type": "module", "bin": { "@kazuph/mcp-devin": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "prepare": "pnpm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "0.6.0", "@slack/web-api": "^6.13.0", "axios": "^1.8.4", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^20.11.24", "typescript": "^5.3.3" } }

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/kazuph/mcp-devin'

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