We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/TheLunarCompany/lunar'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "@mcpx/testkit-mcp-server",
"version": "1.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"typecheck": "tsc --noEmit",
"build": "npm install -d; tsc -p tsconfig.json",
"dev": "tsx watch src/index.ts"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.13.1",
"zod": "^3.25.76",
"winston": "^3.17.0",
"express": "^4.21.1"
},
"devDependencies": {
"typescript": "^5.8.3",
"@types/express": "^5.0.1"
}
}