← Back to Plugins
MCP Server MCP

io.github.ruvnet/ruv-swarm

github By github 👁 1 views ▲ 0 votes

Neural network swarm orchestration with WebAssembly acceleration and MCP integration

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "ruv-swarm",
      "version": "1.0.19",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Log level for ruv-swarm operations",
          "format": "string",
          "default": "info",
          "choices": [
            "debug",
            "info",
            "warn",
            "error"
          ],
          "name": "RUV_SWARM_LOG_LEVEL"
        },
        {
          "description": "Database path for persistence storage",
          "format": "string",
          "name": "RUV_SWARM_DB_PATH"
        },
        {
          "description": "Enable WebAssembly SIMD optimizations",
          "format": "boolean",
          "default": "true",
          "choices": [
            "true",
            "false"
          ],
          "name": "RUV_SWARM_ENABLE_SIMD"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...