DEV Community

Ezequiel Casillas
Ezequiel Casillas

Posted on

I vibe-coded an MCP “architect” for AI agents — helps structure code instead of spaghetti

Saw people on dev.to asking for tools that keep AI-generated code organized. Most agents just output files with no real architecture behind them.

So I built Arkitect MCP, an MCP server that sits between you and the agent and pushes it toward proper software design: patterns, modularity, design systems, that kind of thing. Think of it as giving the agent an architect to consult before it writes.

It's early, but it works for the workflows I've been testing. Would love feedback from others who are vibe-coding seriously and hitting the “this codebase is a mess” wall.

Site: arkitect-mcp.com

Top comments (0)