Skip to main content
Glama

Mantis MCP Server

by kfnzero
package.json820 B
{ "name": "mantis-mcp-server", "version": "0.4.8", "type": "module", "bin": { "mantis-mcp-server": "dist/index.js" }, "scripts": { "build": "tsc && shx chmod +x dist/index.js", "watch": "tsc --watch", "start": "node ./dist/index.js" }, "files": [ "dist", "README.md" ], "keywords": [ "mcp", "mantis" ], "repository": { "type": "git", "url": "git+https://github.com/kfnzero/mantis-mcp-server.git" }, "author": "kevin.lin", "license": "MIT", "description": "Mantis MCP Server", "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "axios": "^1.8.4", "dotenv": "^16.4.7", "winston": "^3.17.0", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.13.10", "shx": "^0.3.4", "typescript": "^5.8.2" } }

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/kfnzero/mantis-mcp-server'

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