MCP Server
MCP
io.github.ruvnet/ruv-swarm
Neural network swarm orchestration with WebAssembly acceleration and MCP integration
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
By
Comments
Sign in to leave a comment