We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/get-convex/convex-backend'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"$schema": "https://unpkg.com/knip@5/schema.json",
"entry": [
"src/*/index.ts",
"src/**/*.test.*",
"scripts/*.{mjs,js,cjs}",
"src/bundler/test_fixtures/**/*.*",
"bin/main-dev"
],
"project": ["src/**/*.{js,cjs,mjs,jsx,ts,cts,mts,tsx}", "scripts/**/*.*js"],
"ignoreBinaries": ["python3"],
"ignore": [
"src/cli/generatedApi.ts",
"src/cli/lib/generatedLogStreamApi.ts",
"src/vendor/**/*"
],
"eslint": {
"config": [
"eslint.config.{js,cjs,mjs,ts,cts,mts}",
".eslintrc",
"**/.eslintrc.{js,json,cjs}",
".eslintrc.{yml,yaml}",
"package.json"
]
}
}