mcpforge runs on your own machine — the client starts it, so there is no endpoint to ping. 108 installs a week from pypi. Last commit 10 Sep 2026.
Generate complete, tested FastMCP 3.x MCP servers from one plain-English sentence.
We read the source, 19 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
result = subprocess.run(
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcpforge -- uvx fastmcp-builder
{
"mcpServers": {
"mcpforge": {
"args": [
"fastmcp-builder"
],
"command": "uvx"
}
}
}
[mcp_servers.mcpforge]
command = "uvx"
args = ["fastmcp-builder"]
{
"mcpServers": {
"mcpforge": {
"args": [
"fastmcp-builder"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"mcpforge": {
"args": [
"fastmcp-builder"
],
"command": "uvx"
}
}
}
AI-powered test case generator ai MCP server for agents. Supports generate test cases, generate
Autonomous dev team steered from chat: plain-English requests in, tested merged PRs out.
CLI tool and MCP server that tests MCP servers for spec compliance
End-to-end tests from one sentence: an agent drives a real browser, and passing runs replay free.
Read-only evidence for the tools agents run: MCP server records, coverage and policy.
Vanta compliance MCP server: vulnerabilities, tests, controls, evidence, people, vendors, docs
Generate fake user profiles and companies for tests, seed data, and AI agent demos.
Clean TypeScript starter for MCP servers: zod-validated tools, tests, one-command dev loop.
Answers built from our own checks of this server.