Mini achievement on my MCP project - got referred to by chatgpt
Ever since I launched my app, I keep checking analytics like an idiot. Today something happened - one user was referred to our app by chatgpt. Why this is big achievement is because I had worked very hard to make my website ready for AI agents. Finally seeing the outcome of it makes me very proud of my work.
If anyone wants to check, here is what this project is about -
I’m building 1 Server, a curated marketplace for MCP servers and a MCP server that lets users browse, install, and fully manage their MCP servers directly inside their chat - no need to leave or restart the client.
The biggest pain point it solves is the messy JSON configuration process. Users no longer have to manually handle config files or environment variables for every client. Instead, they can securely store their keys and secrets in our encrypted vaults.
The LLM only sees references - the actual secrets are never exposed - and the engine automatically configures everything. Overall, 1 Server makes the entire MCP experience seamless and beginner-friendly.
I'm happy to answer any technical questions in the comments regarding how I achieved it.