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 guide5pt30

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.

README12pt90

README is present.

Install and run instructions9pt90

README documents how to install the project.

License6pt100

Licensed under MIT.

Engineering

63

Linting and formatting5pt0

No .NET formatter configured.

Add an .editorconfig to define C# formatting rules and run `dotnet format` in CI.

Issue and PR templates6pt0

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.

Tests18pt80

Test files detected (dotnet/Microsoft.McpGateway.Management/test).

Reproducibility6pt80

Lockfile present (portal/package-lock.json). Installs are reproducible.

CI/CD14pt85

CI is configured (.github/workflows/main.yml).

Project health

100

Dependency manifest6pt100

Dependency manifest found (dotnet/Microsoft.McpGateway.Management/src/Microsoft.McpGateway.Management.csproj).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Housekeeping3pt100

.gitignore present.

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • 8 / 13
    Commits (30d / 90d)
  • 74
    Forks
  • 0
    Releases

Community

  • 62% - Fair
    Community health
  • 1 bus factorlow
    author own >50% of commits
  • 708
    Watchers

Responsiveness

  • 20h
    Median issue response
  • 5h
    Median PR merge time
  • 12
    Open issues
Repository files14 root entries
  • .github
    Good: CI is configured (.github/workflows/main.yml).
  • deployment
  • docs
  • dotnet
    Good: Test files detected (dotnet/Microsoft.McpGateway.Management/test).
    Good: Dependency manifest found (dotnet/Microsoft.McpGateway.Management/src/Microsoft.McpGateway.Management.csproj).
  • openapi
  • portal
    Good: Lockfile present (portal/package-lock.json). Installs are reproducible.
  • sample-servers
    Good: Environment pinned via sample-servers/mcp-example/Dockerfile.
  • .gitignore
    Good: .gitignore present.
  • CODE_OF_CONDUCT.md
    Good: Code of conduct present.
  • infra-diagram.png
  • LICENSE
    Good: Licensed under MIT.
  • NOTICE
  • README.md
    Good: 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.md
    Good: Security policy present.