mcpserver.lol
registry/ai-cli-mcp
Connection check local install

ai-cli-mcp

Run Claude, Codex, Gemini, Forge, and OpenCode CLIs through MCP with background jobs

Tools 10
GitHub stars 25
Installs / wk 572
Licence MIT
Transport stdio
Last checked never

Tools & capabilities

10 tools

Read from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.

ai_cli_mcp from source
cleanup_processes from source
Remove all completed and failed processes from the process list to free up memory.
doctor from source
Check supported AI CLI binary availability and path resolution. Does not verify login state or terms acceptance.
get_result from source
Get the current output and status of an AI agent process by PID. Defaults to a compact result shape; set verbose to true for full metadata and detailed parsed output.
kill_process from source
Terminate a running AI agent process by PID.
list_processes from source
List all running and completed AI agent processes. Returns a simple list with PID, agent type, and status for each process.
models from source
List supported model names, model aliases, and dynamic backend discovery hints.
peek from source
run from source
wait from source
Wait for multiple AI agent processes to complete and return their results. Defaults to compact result items; set verbose to true for full metadata and detailed parsed output.