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
{
"name": "actions",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "shx rm -rf dist && tsc && vite build",
"lint": "eslint .",
"serve": "vite preview"
},
"dependencies": {
"bootstrap": "^5.0.2",
"convex": "workspace:*",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"postmark": "~4.0.0",
"@popperjs/core": "~2.11.6",
"langchain": "^0.3.0",
"chromadb": "=1.9.4",
"prettier": "3.6.2",
"@langchain/openai": "^0.6.0",
"@langchain/core": "^0.3.78"
},
"devDependencies": {
"@convex-dev/eslint-plugin": "workspace:*",
"@eslint/js": "~9.34.0",
"@types/node": "^18.17.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vercel/node": "^5.0.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^9.37.0",
"shx": "~0.3.4",
"typescript": "~5.0.3",
"typescript-eslint": "~8.38.0",
"vite": "^6.4.1"
}
}