Lightweight file-based CLI API client with age-encrypted secrets, first-class GraphQL support and MCP server for agentic workflow.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"hulak": {
"command": "go",
"args": [
"run",
"github.com/xaaha/hulak@latest"
]
}
}
}
Run in terminal:
claude mcp add hulak go run github.com/xaaha/hulak@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"hulak": {
"command": "go",
"args": [
"run",
"github.com/xaaha/hulak@latest"
]
}
}
}