documentdb-mcp-setup
Installation
SKILL.md
DocumentDB MCP Server Setup
This skill guides users through wiring the
microsoft/documentdb-mcp
server into an agentic client and pointing it at Azure DocumentDB (or another
MongoDB-compatible endpoint).
The DocumentDB MCP server is stateless and administrator-controlled:
backend connection details live in a CONNECTION_PROFILES JSON map defined in
the MCP client's config. Tools never accept a connection string as a runtime
argument — they reference a named profile via connection_profile.
Safety: never receive credentials in chat
The DocumentDB connection string is a secret — it contains a username and password that grant database access. The agent MUST follow these rules: