Azure Cosmos DB MCP ServerServer

robinong79
GitHub
databaseMCPAzure

Loading subscription status...

💡 Description

This is a server that lets your LLMs (like Claude) talk directly to your Azure Cosmos DB data! Think of it as a friendly translator that sits between your AI assistant and your database, making sure they can chat securely and efficiently.

📝 JSON Entries

{
  "mcpServers": [
    {
      "cosmosdb": {
        "env": {
          "COSMOSDB_KEY": "Your Cosmos DB KEY",
          "COSMOSDB_URI": "Your Cosmos DB Account URI"
        },
        "args": [
          "C:/Cosmos/azure-cosmos-mcp/dist/index.js"
        ],
        "command": "node"
      }
    }
  ]
}

🛠️ Tools

Node.jsClaude Desktop

Features

  • Run Azure Cosmos DB queries by just asking questions in plain English

💬 Example Queries

  • What were our top 10 customers last month?