mcp-factory

evanking12/mcp-factory
★ 2 stars Python 🤖 AI/LLM Updated today
Factory pipeline that profiles binaries (DLL/EXE/CLI) to infer invocations and generate an MCP server/tool schema for LLM agents.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-factory": {
      "command": "uvx",
      "args": [
        "mcp-factory"
      ]
    }
  }
}

Or install with pip: pip install mcp-factory