From aleph
Runs Aleph CLI locally as stdio MCP server, providing deployment actions and tools. Supports any workspace mode with concise tool documentation.
npx claudepluginhub hmbown/aleph --plugin alephAdd to your .mcp.json:
{
"mcpServers": {
"aleph": {
"command": "/Users/hunterbown/.local/bin/aleph",
"args": [
"--enable-actions",
"--workspace-mode",
"any",
"--tool-docs",
"concise"
]
}
}
}/Users/hunterbown/.local/bin/aleph