A barebones example server that's more useful as a reference implementation than a production tool. The repository itself is minimal, just the scaffolding needed to register an MCP server with proper TypeScript setup and package structure. If you're building your first MCP server and want to see the absolute essentials without extra features getting in the way, this shows you the skeleton: package.json configuration, server.json declaration, and basic TypeScript setup. Think of it as the "Hello World" of the MCP ecosystem. You wouldn't install this to actually use it, but you might clone it to understand the registration process or as a starting point for your own server.
claude mcp add --transport stdio jonathanhefner-hello-mcp-registry -- npx -y @jonathanhefner/hello-mcp-registry