Skip to content

Commit 321337c

Browse files
rdimitrovclaude
andauthored
docs: add ToolHive Registry Server to community projects (#1261)
## Summary - Add a new **Registry Implementations** section to `docs/community-projects.md` for self-hostable servers that implement the MCP Registry API spec. - Move existing **ToolSDK MCP Registry** entry from "Other" into the new section. - Add **ToolHive Registry Server** (https://github.com/stacklok/toolhive-registry-server) to the new section. ## Test plan - [x] `docs/community-projects.md` renders correctly (markdown only, no build step). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 6ae2d54 commit 321337c

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

docs/community-projects.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ Browse the official MCP Registry in your browser!
2020
- [mcp-registry-spec-sdk](https://www.npmjs.com/package/mcp-registry-spec-sdk) - TypeScript client for the MCP Registry
2121
- [LangChain4j MCP Registry Java client](https://docs.langchain4j.dev/tutorials/mcp/#mcp-registry-client) - Java API
2222

23+
### Registry Implementations
24+
25+
Self-hostable servers that implement the MCP Registry API specification.
26+
27+
- [ToolSDK MCP Registry](https://github.com/toolsdk-ai/toolsdk-mcp-registry) - Extends the MCP Registry with **API-based MCP execution, private deployment**, and **secure sandbox isolation**.
28+
- [ToolHive Registry Server](https://github.com/stacklok/toolhive-registry-server) - Enterprise-grade MCP Registry API implementation with Kubernetes-native CRD discovery, OIDC/JWT claim-based access control, multi-source aggregation (Git, K8s, upstream registries), SIEM-compliant audit logging, and OpenTelemetry observability.
29+
2330
### Other
2431

2532
- [MCP Registry Cheat Sheet](https://github.com/subbyte/mcp-registry-cheatsheet) - MCP Registry Cheat Sheet for MCP server developers, client developers, and registry admin
@@ -28,7 +35,6 @@ Browse the official MCP Registry in your browser!
2835
- [mcp-insights](https://github.com/joelverhagen/mcp-insights/) - Analytics and insights for the MCP Registry
2936
- [mcp-registry-cli](https://pypi.org/project/mcp-registry-cli/) - CLI tool to navigate the MCP registry servers
3037
- [OtherVibes/mcp-publish-action](https://github.com/OtherVibes/mcp-publish-action) - GitHub Action for publishing MCP servers to the official registry
31-
- [ToolSDK MCP Registry](https://github.com/toolsdk-ai/toolsdk-mcp-registry) - Extends the MCP Registry with **API-based MCP execution, private deployment**, and **secure sandbox isolation**.
3238

3339
## Adding Your Project
3440

0 commit comments

Comments
 (0)