Skip to content
Cursor

toolfactory for Cursor

io.github.goatinahat/toolfactory

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

client:Cursor transport:stdio runtime:npm

Install toolfactory in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

toolfactory in other clients