Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"chaos-substrate": {
"command": "./bin/chaos",
"args": [
"mcp"
],
"env": {
"DATABASE_URL": "postgres://chaos:chaos@localhost:54329/chaos_substrate"
}
}
}
}Server configuration and connection parameters
./bin/chaosCommand-line arguments passed to the server process
Environment variables set when the server starts
DATABASE_URL=postgres://chaos:chaos@localhost:54329/chaos_substratenpx claudepluginhub demidovvladimir/chaos-substrate --plugin chaos-substrate