We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/doobidoo/mcp-memory-service'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "mcp-integration-tests",
"version": "1.0.0",
"description": "Integration tests for HTTP-MCP bridge",
"main": "test_bridge_integration.js",
"scripts": {
"test": "mocha test_bridge_integration.js --reporter spec --timeout 10000",
"test:watch": "mocha test_bridge_integration.js --reporter spec --timeout 10000 --watch"
},
"dependencies": {
"mocha": "^10.0.0",
"sinon": "^17.0.0"
},
"devDependencies": {},
"overrides": {
"minimatch": "^10.2.3",
"serialize-javascript": "^7.0.3"
},
"keywords": ["mcp", "bridge", "integration", "testing"],
"author": "",
"license": "Apache-2.0"
}