Good shape overall. A few tweaks would push it into the top tier.
MCP Gateway is a reverse proxy and management layer for MCP servers, enabling scalable, session-aware stateful routing and lifecycle management of MCP servers in Kubernetes environments.
Documentation
83
Contributing guidance is in the README, not a dedicated CONTRIBUTING.md (−20 pts).
→ Moving it to a CONTRIBUTING.md makes it easier to find and keeps the README focused. A dedicated file earns +47 pts base.
README is present.
README documents how to install the project.
Licensed under MIT.
Engineering
63
No .NET formatter configured.
→ Add an .editorconfig to define C# formatting rules and run `dotnet format` in CI.
No issue or PR templates found (−100 pts).
→ Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.
Test files detected (dotnet/Microsoft.McpGateway.Management/test).
Lockfile present (portal/package-lock.json). Installs are reproducible.
CI is configured (.github/workflows/main.yml).
Project health
100
Dependency manifest found (dotnet/Microsoft.McpGateway.Management/src/Microsoft.McpGateway.Management.csproj).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 74Forks
- 0Releases
Community
- —Community health
- —authors own >50% of commits
- 703Watchers
Responsiveness
- 20hMedian issue response
- 5hMedian PR merge time
- 11Open issues
Repository files14 root entries
- .githubGood: CI is configured (.github/workflows/main.yml).
- deployment
- docs
- dotnetGood: Test files detected (dotnet/Microsoft.McpGateway.Management/test).Good: Dependency manifest found (dotnet/Microsoft.McpGateway.Management/src/Microsoft.McpGateway.Management.csproj).
- openapi
- portalGood: Lockfile present (portal/package-lock.json). Installs are reproducible.
- sample-serversGood: Environment pinned via sample-servers/mcp-example/Dockerfile.
- .gitignoreGood: .gitignore present.
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- infra-diagram.png
- LICENSEGood: Licensed under MIT.
- NOTICE
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Good: README has code examples.Good: README links to a live demo or deployed app.Issue: No status badges in the README (−10 pts).Fix: Add CI/build status badges from shields.io or your CI provider to signal project health.Good: README documents how to install the project.Good: README documents how to run the project.
- SECURITY.mdGood: Security policy present.