Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"alembic": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/bin/alembic-start.mjs"
],
"env": {
"ALEMBIC_MCP_MODE": "1",
"ALEMBIC_MCP_TIER": "agent",
"ALEMBIC_CHANNEL_ID": "codex",
"ALEMBIC_PLUGIN_HOST": "codex",
"ALEMBIC_RUNTIME_MODE": "plugin",
"ALEMBIC_CODEX_MCP_MODE": "1",
"ALEMBIC_CODEX_PLUGIN_ROOT": "${CLAUDE_PLUGIN_ROOT}",
"ALEMBIC_CODEX_ENABLE_ADMIN": "0"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
node${CLAUDE_PLUGIN_ROOT}Command-line arguments passed to the server process
Environment variables set when the server starts
ALEMBIC_MCP_MODE=1ALEMBIC_MCP_TIER=agentALEMBIC_CHANNEL_ID=codexALEMBIC_PLUGIN_HOST=codexALEMBIC_RUNTIME_MODE=pluginALEMBIC_CODEX_MCP_MODE=1ALEMBIC_CODEX_PLUGIN_ROOT=${CLAUDE_PLUGIN_ROOT}ALEMBIC_CODEX_ENABLE_ADMIN=0npx claudepluginhub gxfn/alembicclaudecode --plugin alembic