Stats
Actions
Tags
From aleph
Runs Aleph CLI locally as stdio MCP server, providing deployment actions and tools. Supports any workspace mode with concise tool documentation.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"aleph": {
"command": "/Users/hunterbown/.local/bin/aleph",
"args": [
"--enable-actions",
"--workspace-mode",
"any",
"--tool-docs",
"concise"
]
}
}
}Server configuration and connection parameters
/Users/hunterbown/.local/bin/alephCommand-line arguments passed to the server process
Declared capabilities of this MCP server
npx claudepluginhub hmbown/aleph --plugin aleph