mcp_cosmosdb_go
4
The project is an MCP server specifically designed for Azure Cosmos DB, built using the Go SDK. It facilitates database operations like listing, reading, creating, and querying without manual overhead by leveraging MCP clients.
Overview
This project is an MCP server implementation for Azure Cosmos DB using the Go SDK. It provides several tools for interacting with Azure Cosmos DB, such as listing databases and containers, reading container metadata, creating containers, adding items to containers, reading items, and executing queries. It makes use of the mcp-go library and can be configured for use with various MCP clients, including VS Code and Claude Desktop.