From azure-cosmos-db-assistant
Set up the optional Azure Cosmos DB MCP Toolkit connection for live database operations
npx claudepluginhub anthropics/claude-plugins-official --plugin azure-cosmos-db-assistant# Cosmos DB MCP Setup Help the user configure the optional Azure Cosmos DB MCP Toolkit connection. This enables live database operations (queries, schema discovery, vector search) but is not required — the plugin's skills, agent, and commands work without it. For detailed instructions, see [SETUP.md](../SETUP.md). ## Steps 1. **Check prerequisites:** - Ask if they have an Azure Cosmos DB account. If not, direct them to: https://learn.microsoft.com/azure/cosmos-db/nosql/quickstart-portal - Ask if they have deployed the MCP Toolkit. If not, direct them to: https://github.com/AzureCo...
Help the user configure the optional Azure Cosmos DB MCP Toolkit connection. This enables live database operations (queries, schema discovery, vector search) but is not required — the plugin's skills, agent, and commands work without it.
For detailed instructions, see SETUP.md.
Check prerequisites:
Get connection details:
deployment-info.json in the MCPToolKit output)deployment-info.json)az login
az account get-access-token --resource "YOUR-ENTRA-APP-CLIENT-ID" --query accessToken -o tsv
--resource value is the Entra App Client ID from the MCPToolKit deployment outputSet environment variables:
COSMOSDB_MCP_SERVER_URL to their toolkit URLCOSMOSDB_MCP_JWT_TOKEN to their JWT tokenCreate MCP config:
.mcp.example.json to .mcp.json in their project rootVerify connection:
.mcp.json$ARGUMENTS