Skip to main content
Glama
Makefile625 B
TESTS = test/*.test.js REPORTER = spec TIMEOUT = 5000 MOCHA_OPTS = install: @npm install test: install @NODE_ENV=test ./node_modules/mocha/bin/mocha \ --reporter $(REPORTER) \ --timeout $(TIMEOUT) \ $(MOCHA_OPTS) \ $(TESTS) cov: install @rm -f coverage.html @$(MAKE) test MOCHA_OPTS='--require blanket' REPORTER=html-cov > coverage.html @$(MAKE) test MOCHA_OPTS='--require blanket' REPORTER=travis-cov coveralls: install @$(MAKE) test @echo TRAVIS_JOB_ID $(TRAVIS_JOB_ID) @$(MAKE) test MOCHA_OPTS='--require blanket' REPORTER=mocha-lcov-reporter | ./node_modules/coveralls/bin/coveralls.js .PHONY: test

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/Sunil-paudel/mcpserverasof2025updated'

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