Back to projects
Developer tooling for agents

mcpforge

A small tool that takes a repo URL and tries to turn it into an MCP server. It reads the code, suggests useful tools, generates the server, and writes config files for Claude Desktop-style agents.

Repo URL to MCP server
Tool schema generation
One-click agent config
mcpforge repository preview

What I did

I built the repo analysis and generation workflow prototype.

Why I built it

MCP is powerful, but making a server still involves a lot of boilerplate. When you just want to test an idea, that setup gets in the way.

How it works

mcpforge takes a repo URL, looks for useful entry points, proposes tool schemas, generates server code, and prepares the agent config.

What came out of it

Main pieces

What I would improve

Generated tools still need a human to review them. I see it as a way to start faster, not as something that should deploy unattended.