azure-cosmos-mcp-server-samples

AzureCosmosDB/azure-cosmos-mcp-server-samples
★ 64 stars Go ⚙️ DevOps Updated 3mo ago
This repository contains a collection of sample implementations of the MCP across multiple programming languages, all backed by Azure Cosmos DB. These examples demonstrate how to create, query, update, and delete documents using the Azure Cosmos DB SDKs
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "azure-cosmos-mcp-ser": {
      "command": "go",
      "args": [
        "run",
        "github.com/AzureCosmosDB/azure-cosmos-mcp-server-samples@latest"
      ]
    }
  }
}