Comment by helsinki

1 day ago

Are there any open-source MCP 'app stores' currently available? I am considering building one for my employer. A place to host internally built MCPs. It would be useful to know if there is something already out there.

I just use OCI registry to host all my MCP modules (the way I chose to extends my MCP server's capabilities) - WASM plugins.

OCI registry is available every where and probably already presented in your infrastructure. You get to use all the OCI tools/security controls you already have with it.

To add new tools, you just have to update the config file to include new plugins and restart.

https://github.com/tuananh/hyper-mcp

This is a registry I know of: https://smithery.ai but it's just a listing

But any self-hosted npm registry backend (e.g. github npm registry) should serve as a private MCP Server registry?

  • seen a lot with uvx as well (apparently a package manager for python, but i try to stay as far away as possible from python)