Stats
Actions
Tags
From cortex
Runs locally as a Node.js subprocess for Cortex Dashboard, providing access to knowledge data in CORTEX_KNOWLEDGE_DIR for queries and management. No secrets required.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"cortex-dashboard": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/cortex/dist/mcp/server.js"
],
"env": {
"CORTEX_KNOWLEDGE_DIR": "${HOME}/.claude/knowledge"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Environment variables set when the server starts
CORTEX_KNOWLEDGE_DIR=${HOME}/.claude/knowledgenpx claudepluginhub peaky8linders/claude-cortex