ai-cli
Lightweight AI terminal assistant for natural language execution, diagnostics, and telemetry
Links
README
From the repo.
ai-cli
█▀▀█ ▀ █▀▀█ █ ▀
█▄▄█ ▀█▀ █ █ ▀█▀
█ █ ▀▀▀ █▄▄█ ▀▀▀ ▀▀▀
Lightweight AI partner living inside your terminal. Type naturally. It understands. It fixes. It executes.
Install
You can install the CLI globally using any of the following methods:
Recommended (pipx)
Installs the tool in an isolated environment and makes the ai command available globally:
pipx install aicli-x
Ultra-fast (uv)
Installs the tool in milliseconds using the Rust-based package manager:
uv tool install aicli-x
Standard (pip)
pip install aicli-x
Local Development
git clone https://github.com/loyality7/ai-cli.git
cd ai-cli
pip install -e .
Usage
ai # opens REPL
ai "fix this" # one-shot
ai --shell "list files" # command-only mode
ai --setup # re-configure
ai doctor # run environment & security diagnostics
ai dashboard # display telemetry & session dashboard
Collected info
- ★ 0 stars
- Language: Python
- Source updated: 6/13/2026
Config for your environment
Replace {MCP_ENDPOINT_URL} with this MCP’s endpoint URL (from its repo or docs above). No API key — you connect directly.
Tool
OS
Config file: ~/.cursor/mcp.json
{
"mcpServers": {
"mcp-server": {
"url": "{MCP_ENDPOINT_URL}"
}
}
}Paste into mcpServers in the config file. Restart Cursor after saving.
If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.