8 comments

  • bharatgel a day ago ago

    Nice project! Feel free to add to https://github.com/bh-rat/awesome-mcp-enterprise if it's enterprise ready

  • Eldodi 3 days ago ago

    Nice project! The install instructions generator looks a lot like the one Alpic built: https://mcp-install-instructions.alpic.cloud/

  • frumplestlatz 3 days ago ago

    I would be extremely cautious about what you log from LLMs in a cloud MCP server, who you make those logs available to, data retention policies, etc.

    They are going to be a PII landmine.

    • kosmozaut 3 days ago ago

      We hear you… There is always a trade-off between analytics and user privacy. We believe that open-source solutions are the way to go in this space, however no implementation is going to suit every use-case.

  • mrkandy a day ago ago

    As person that works with Magento for 14+ years, as was pretty confused when see that it's unrelated...

  • brap 3 days ago ago

    How does auth work in practice? What’s the login process from the user’s PoV?

    • kosmozaut 3 days ago ago

      MCP supports authentication via OAuth2, which is what we use here. For the most part, this means that a browser window is opened and the user can sign in with their GitHub or Google account. The access token is verified by us and passed to the upstream MCP server.

      We'd love to allow orgs to bring their own IdP but there is some refactoring we still have to do for this.