azure-cosmosdb-identity-aware-mcp-server

pamelafox/azure-cosmosdb-identity-aware-mcp-server
★ 4 stars Bicep 💻 Code/Dev Tools Updated today
A code sample and presentation about building an identity-aware MCP server with FastMCP, Azure Cosmos DB, and Microsoft Entra.
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-cosmosdb-ident": {
      "command": "npx",
      "args": [
        "-y",
        "pamelafox/azure-cosmosdb-identity-aware-mcp-server"
      ]
    }
  }
}