Skip to content

dhruvvarshney1/fanout-mcp

v0.1.0Apache-2.0

Run many independent subtasks in parallel on cheap, local or open-source models and return only the distilled result.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

fanoutstdio
{
  "type": "stdio",
  "command": "uvx",
  "args": [
    "--from",
    "${PLUGIN_ROOT}",
    "fanout-mcp"
  ],
  "env": {
    "FANOUT_DATA_DIR": "${PLUGIN_DATA}"
  }
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "fanout-mcp",
  "version": "0.1.0",
  "description": "Run many independent subtasks in parallel on cheap, local or open-source models and return only the distilled result.",
  "author": {
    "name": "dhruvvarshney1",
    "email": "dhruvvarshney2906@gmail.com",
    "url": "https://github.com/dhruvvarshney1"
  },
  "homepage": "https://github.com/dhruvvarshney1/fanout-mcp",
  "repository": "https://github.com/dhruvvarshney1/fanout-mcp",
  "license": "Apache-2.0",
  "keywords": [
    "mcp",
    "fan-out",
    "parallel",
    "ollama",
    "local-llm",
    "cost",
    "batch"
  ]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • LICENSE
View on GitHub