DEV Community

zephex
zephex

Posted on

My AI editor kept forgetting my project. Here's how I fixed it with MCP.

Every time I started a new session in Cursor or Windsurf,
I had to re-explain everything.

The stack. The auth setup. The packages. How billing works.
Every single time, from scratch.

It wasn't the AI being bad at coding. It just had no idea
what the project was. And that gets old fast.


So i started using Zephex. It's a hosted MCP server that
connects to your editor once and gives your AI real tools
to understand your project — from your actual repo, in real
time. Not cached docs, not training data. The real thing.

Works with 13 code editor Cursor, Claude Code vscode


Setup takes about 60 seconds. You grab an API key, paste
one prompt into your editor, the AI writes the config for
you, you restart, done. Ten tools connected and ready.


I typed "tell me about my project" right after connecting.

It came back with my full stack, package versions, auth setup,
integrations — everything — in about 30 seconds. Then I asked
it to check my packages for security issues and it caught an
outdated Stripe version with an advisory I hadn't seen, and
gave me the exact steps to fix it.

That's the difference from something like Context7. Context7
reads library docs. Zephex reads your actual project.

try it :
zephex.dev

Drop a comment if you want to see how the config looks
for your specific editor.

Top comments (0)