PluginBench
MCP Server
Maintained

io.github.FixtureForge/seedweaver-mcp MCP Server

io.github.FixtureForge/seedweaver-mcp

What is the io.github.FixtureForge/seedweaver-mcp MCP server?

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

How to install io.github.FixtureForge/seedweaver-mcp

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": {
    "seedweaver-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "seedweaver-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "seedweaver-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "seedweaver-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "seedweaver-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "seedweaver-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "seedweaver-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "seedweaver-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add seedweaver-mcp -- npx -y seedweaver-mcp

Related MCP servers

Synthetic time-series test data with trend, seasonality, noise, and anomalies, for any MCP client.

0
JavaScript
View repository →