Skip to main content
Glama

Azure Cosmos DB MCP Server

by robinong79
package.json739 B
{ "name": "cosmosdb-mcp-server", "version": "1.0.0", "main": "dist/index.js", "bin": { "mcp-server-dynamodb": "dist/index.js" }, "scripts": { "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "watch": "tsc --watch", "start": "node dist/index.js" }, "files": [ "dist" ], "devDependencies": { "@types/dotenv": "^8.2.3", "@types/node": "^16.7.13", "shx": "^0.3.4", "ts-node": "^10.9.2", "typescript": "^4.9.5" }, "dependencies": { "@azure/cosmos": "^4.2.0", "@azure/identity": "^4.7.0", "@modelcontextprotocol/sdk": "^1.0.0", "@modelcontextprotocol/server-sequential-thinking": "^0.6.2", "dotenv": "^10.0.0" }, "type": "module" }

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/robinong79/mcp-cosmos'

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