azure-cosmos-mcp-server-samples

This repository contains a collection of sample implementations of the MCP across multiple programming languages, all backed by Azure Cosmos DB. These examples demonstrate how to create, query, update, and delete documents using the Azure Cosmos DB SDKs

GitHub Stars

60

User Rating

Not Rated

Favorites

0

Views

128

Forks

24

Issues

3

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Go: 1.16 or higher
Azure Cosmos DB account: A valid account is required

Installation Steps

1. Clone Repository

bash
git clone https://github.com/AzureCosmosDB/azure-cosmos-mcp-server-samples.git
cd azure-cosmos-mcp-server-samples/golang

2. Install Dependencies

bash
go mod tidy

3. Start Server

bash
go run main.go

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Go version and ensure dependencies are installed correctly.

Additional Resources