What is the mcpforge MCP server?
Generate complete, tested FastMCP 3.x MCP servers from one plain-English sentence.
How to install mcpforge
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcpforge": {
"command": "uvx",
"args": [
"fastmcp-builder"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcpforge": {
"command": "uvx",
"args": [
"fastmcp-builder"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcpforge": {
"command": "uvx",
"args": [
"fastmcp-builder"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcpforge": {
"type": "stdio",
"command": "uvx",
"args": [
"fastmcp-builder"
]
}
}
}Claude Code
claude mcp add mcpforge -- uvx fastmcp-builderRelated MCP servers
Scan, enumerate, and risk-score every MCP server configured on your machine.
View repository →Read-only MCP server for the OPERANT AI operating-agent calibration benchmark.
View repository →Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
View repository →Local MCP server that inventories and risk-grades MCP servers configured on this machine.
View repository →