io.github.ruvnet/ruv-swarm✓
io.github.ruvnet/ruv-swarm · v1.0.19
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "io.github.ruvnet/ruv-swarm",
"description": "Neural network swarm orchestration with WebAssembly acceleration and MCP integration",
"repository": {
"url": "https://github.com/ruvnet/ruv-FANN",
"source": "github",
"subfolder": "ruv-swarm"
},
"version": "1.0.19",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}