Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"immune-brain": {
"command": "python3",
"args": [
"-c",
"import glob, runpy, sys; from pathlib import Path; home = Path.home(); roots = [Path.cwd(), Path.cwd() / 'plugins/immune-brain']; roots += [Path(path) for pattern in ('.claude/plugins/cache/immune-brain/immune-brain/*', '.codex/plugins/cache/agent-skills/immune-brain/*', '.cursor/plugins/cache/*/immune-brain/*') for path in sorted(glob.glob(str(home / pattern)), reverse=True)]; script = next((root / 'dist/immune_brain_runtime.py' for root in roots if (root / 'dist/immune_brain_runtime.py').is_file()), None); script or sys.exit('Cannot locate Immune-Brain runtime'); sys.argv = [str(script), 'mcp']; runpy.run_path(str(script), run_name='__main__')"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
python3Command-line arguments passed to the server process
Declared capabilities of this MCP server
npx claudepluginhub nexttylabs/immune-brain --plugin immune-brain