Skip to content
VS Code

toolfactory for VS Code

io.github.goatinahat/toolfactory

Build an agent tool once; ship it as Agent Skills, MCP servers, Agent Plugins / Claude / Codex

client:VS Code transport:stdio runtime:npm

Install toolfactory in VS Code

.vscode/mcp.json

{
  "servers": {
    "toolfactory": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "toolfactory"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

toolfactory in other clients