We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/consigcody94/office-whisperer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
language: node_js
node_js:
- "0.10"
- "0.12"
- "1.0"
- "1.8"
- "2.0"
- "2.5"
- "3.0"
- "3.3"
- "4.0"
- "4.2"
- "5.0"
- "6"
sudo: false
script:
- "npm run lint && npm test"