MCP Server implementation for ECS 2026
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"ecs2026-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
This repository contains a .NET 10 solution that demonstrates two MCP server security models:
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
Pi Coding Agent extension (CLI-first) — routes bash/read/grep/find/ls through lean-ctx CLI for strong token savings. Optional MCP bridge can register advanced tools.
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 60-95% fewer tokens, same answers. Library, proxy, MCP server.
97% token reduction for AI coding sessions — zero deps, 21 languages, MCP server
Autonomous spec-to-product coding-agent CLI with an MCP server exposing 34 tools over stdio.
MCP Security Weekly
Get CVE alerts and security updates for Ecs2026 Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Conference demo repository for ECS 2026.
This repository contains a .NET 10 solution that demonstrates two MCP server security models:
The solution is optimized for conference demos: small, focused, and easy to inspect end-to-end.
This repository is documentation/demo-only and is not intended for active feature development.
The solution contains two .NET Aspire infrastructure projects and two MCP server projects. Only the MCP servers are described in detail below.
.NET Aspire AppHost that orchestrates both MCP servers locally and exposes each through its own Dev Tunnel. See the Aspire AppHost docs and Aspire Dev Tunnels integration.
Standard Aspire service-defaults project providing shared OpenTelemetry, health checks, service discovery, and resilient HttpClient configuration consumed by both MCP servers. See the Aspire service defaults docs.
Purpose: MCP server secured by custom API key authentication.
Implemented:
Why attendees care:
Purpose: MCP server secured by Entra ID access tokens with scope/role policies.
Implemented:
/{org}/_apis/projects on behalf of the user via Microsoft.Identity.Web DownstreamApiPolicies/mcp.yaml (loaded as policies/mcp.yaml)mcp-serverAddAuthorizationFilters()agent-id request header as an agent_id claim formatted as did:mesh:{header-value} for governance decisions