A well-known project done right. Strong docs and solid engineering throughout.

Testing and evaluation platform to chat, inspect, and debug MCP servers, MCP apps, and ChatGPT apps.

Outstanding. A score of 95/100 puts this repo in a very small tier of truly well-engineered projects.

Documentation

100

README12pt100

README is present.

Install and run instructions9pt100

README documents how to install the project.

License6pt100

Licensed under Other.

Contributing guide5pt100

Contributing guide is detailed and thorough.

Engineering

93

Reproducibility6pt80

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

CI/CD14pt85

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

Tests18pt100

Test files detected (chat-ui/src/__tests__).

Linting and formatting5pt100

Linter or formatter configured (mcpjam-inspector/eslint.config.js).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

89

Dependency manifest6pt65

Dependency manifest found (package.json).

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

  • Commits (30d / 90d)
  • 242
    Forks
  • 158
    Releaseslatest 11mo ago

Community

  • Community health
  • authors own >50% of commits
  • 2,028
    Watchers

Responsiveness

  • 24h
    Median issue response
  • <1h
    Median PR merge time
  • 198
    Open issues
Repository files25 root entries
  • .changeset
  • .github
    Good: CI is configured (.github/workflows/lint.yml).
    Good: Issue or PR templates present.
  • .release-plan
  • .worktrees
  • chat-ui
    Good: Test files detected (chat-ui/src/__tests__).
  • cli
  • design-explorations
  • design-system
  • docs
  • examples
  • mcp
  • mcpjam-inspector
    Good: Linter or formatter configured (mcpjam-inspector/eslint.config.js).
    Good: Environment pinned via mcpjam-inspector/Dockerfile.
  • scripts
  • sdk
  • skills
  • soundcheck
  • widget-react
  • .gitignore
    Good: .gitignore present.
  • CONTRIBUTING.md
    Good: Contributing guide is detailed and thorough.
    Good: Contributing guide includes setup/install instructions.
    Good: Contributing guide describes code style expectations.
    Good: Contributing guide explains how to run tests.
    Good: Contributing guide describes the PR/review workflow.
    Good: Contributing guide includes code examples.
  • LICENSE
    Good: Licensed under Other.
  • package-lock.json
    Good: Lockfile present (package-lock.json). Installs are reproducible.
  • package.json
    Good: Dependency manifest found (package.json).
  • railway.json
  • 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.
    Good: README includes status badges.
    Good: README documents how to install the project.
    Good: README documents how to run the project.
  • SECURITY.md
    Good: Security policy present.