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
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
- Turned a multi-step MCP setup into a guided flow.
- Made existing repos easier to try as agent tools.
- Generated the config together with the server, so the output is easier to test.
Main pieces
- Repo ingestion and source analysis.
- Tool schema planning from the code structure.
- Server generation plus agent config output.
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.