From nicepkg-vsync
Codex CLI MCP server running locally via npx as a stdio subprocess. Purpose unclear from key and command alone.
npx claudepluginhub joshuarweaver/cascade-knowledge --plugin nicepkg-vsyncAdd to your .mcp.json:
{
"mcpServers": {
"codex-cli": {
"command": "npx",
"args": [
"-y",
"codex-mcp-server"
]
}
}
}npx