Skip to main content
Glama

Github Project Manager

package.json1.01 kB
{ "name": "@monsoft/mcp-slack", "version": "0.5.0", "description": "Slack MCP Server for Model Context Protocol", "license": "MIT", "author": "Monsoft Solutions (https://monsoftsolutions.com)", "homepage": "https://github.com/monsoft-solutions/model-context-protocols", "bugs": "https://github.com/monsoft-solutions/model-context-protocols/issues", "type": "module", "bin": { "mcp-slack": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "start": "npm run build && node dist/index.js", "prepare": "npm run build", "watch": "tsc --watch", "validate": "tsc --noEmit" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "@slack/web-api": "^6.9.0", "@types/node": "^22", "express": "^4.18.2", "zod": "^3.22.4", "zod-to-json-schema": "^3.23.5", "yargs": "^17.7.2" }, "devDependencies": { "typescript": "^5.6.2", "shx": "^0.3.4", "@types/express": "^4.17.21" } }

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/Monsoft-Solutions/model-context-protocols'

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