MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

D
Dotnet10 Agentframework Foundry Otel Grafana MCP Mslearn Apisix Chat

Exemplo em .NET 10 de Console Application que faz uso do Microsoft Agent Framework, com integração com Microsoft Foundry, interação com um servidor MCP - utilizei o Microsoft Learn Docs MCP Server para testes - e monitoramento via OpenTelemetry + stack Grafana. Inclui Docker Compose para criação do ambiente de testes com o APISIX como AI Gateway.

Created 6/11/2026
Updated about 3 hours ago
Repository documentation and setup instructions

dotnet10-agentframework-foundry-otel-grafana-mcp-mslearn-apisix_chat

Exemplo em .NET 10 de Console Application que faz uso do Microsoft Agent Framework, com integração com Microsoft Foundry, interação com um servidor MCP - utilizei o Microsoft Learn Docs MCP Server para testes - e monitoramento via OpenTelemetry + stack Grafana. Inclui Docker Compose para criação do ambiente de testes com o APISIX como AI Gateway.

Aplicação em execução:

Console App

Trace gerado no Grafana Tempo:

Trace no Grafana Tempo

Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/renatogroffe/dotnet10-agentframework-foundry-otel-grafana-mcp-mslearn-apisix_chat
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

{ "mcpServers": { "renatogroffe-dotnet10-agentframework-foundry-otel-grafana-mcp-mslearn-apisix-chat": { "command": "git", "args": [ "clone", "https://github.com/renatogroffe/dotnet10-agentframework-foundry-otel-grafana-mcp-mslearn-apisix_chat" ] } } }