Connect to Claude
Cosmos DB Go icon

Cosmos DB Go

Createdabhirockzz

Enables interaction with Azure Cosmos DB through a Model Context Protocol (MCP) server built with the Go SDK.

About

This tool provides a sample implementation of an MCP server designed for interacting with Azure Cosmos DB. Built using the Cosmos DB Go SDK and leveraging the mcp-go project, it exposes a set of tools for managing and querying Cosmos DB resources. Functionalities include listing databases and containers, reading container metadata, creating containers, adding and reading items, and executing SQL queries. This MCP server simplifies Cosmos DB interactions by providing a standardized interface compatible with MCP-enabled tools like VS Code Insiders in Agent mode and the MCP inspector, streamlining development and management workflows.

Key Features

  • Create Cosmos DB containers with partition key definitions
  • 2 GitHub stars
  • Read Cosmos DB container metadata
  • Add and read items in Cosmos DB containers
  • List Cosmos DB databases and containers
  • Execute SQL queries on Cosmos DB containers

Use Cases

  • Integrating Cosmos DB interactions into MCP-compatible IDEs and tools
  • Building custom tooling for Cosmos DB based on the MCP standard
  • Automating Cosmos DB management tasks using MCP