Skip to content
Cursor

seedweaver mcp for Cursor

io.github.fixtureforge/seedweaver-mcp

Schema-aware relational test data generator with working foreign keys, for any MCP client.

client:Cursor transport:stdio runtime:npm

Install seedweaver mcp in Cursor

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

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

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

seedweaver mcp in other clients