Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"cortex-viz": {
"command": "python3",
"args": [
"${CLAUDE_PLUGIN_ROOT}/scripts/launcher.py",
"cortex_viz"
],
"env": {
"DATABASE_URL": "${user_config.database_url}"
}
}
}
}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
Environment variables set when the server starts
DATABASE_URL=${user_config.database_url}npx claudepluginhub cdeust/cortex --plugin cortex-viz