★ 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"
]
}
}
}
Run in terminal:
claude mcp add azure-cosmosdb-ident npx -y pamelafox/azure-cosmosdb-identity-aware-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"azure-cosmosdb-ident": {
"command": "npx",
"args": [
"-y",
"pamelafox/azure-cosmosdb-identity-aware-mcp-server"
]
}
}
}