Provides local pseudo-terminal (PTY) access for executing shell commands and interacting with the terminal. Runs locally as a Node.js subprocess.
From cortexnpx claudepluginhub hjertefolger/cortex --plugin cortexAdd to your .mcp.json:
{
"mcpServers": {
"cortex": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/dist/mcp-server.js"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
node