Skip to main content
Glama

Mantis MCP Server

by kfnzero
tasks.json503 B
{ "version": "2.0.0", "tasks": [ { "type": "npm", "script": "build", "group": { "kind": "build", "isDefault": true }, "problemMatcher": ["$tsc"], "label": "npm: build", "detail": "tsc && shx chmod +x dist/index.js" }, { "type": "npm", "script": "watch", "group": "build", "problemMatcher": ["$tsc-watch"], "label": "npm: watch", "detail": "tsc --watch", "isBackground": true } ] }

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