MCP server for AI CLI tools (Claude, Codex, and Gemini) with background process management
{
"mcpServers": {
"io-github-mkxultra-ai-cli-mcp": {
"args": [
"-y",
"in"
],
"command": "npx"
}
}
}MCP server for AI CLI tools (Claude, Codex, and Gemini) with background process management
Is it safe?
No known CVEs for in.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 26 days ago. 5 stars. 6,585 weekly downloads.
Will it work with my client?
Transport: stdio, sse. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
Context cost
8 tools. ~600 tokens (0.3% of 200K).
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'in' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
No known vulnerabilities.
runExecutes a prompt using Claude CLI, Codex CLI, or Gemini CLI. The appropriate CLI is automatically selected based on the model name.
psLists all running background AI processes with their PIDs and status
resultRetrieves the result of a completed AI process by PID
waitWaits for one or more background processes to complete and returns their results
killTerminates a running background process by PID
cleanupRemoves completed and failed runs from state storage
doctorChecks binary existence and path resolution for installed CLI tools
modelsLists available AI models across all configured CLI tools
This server is missing a description.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
MCP Security Weekly
Get CVE alerts and security updates for Ai Cli MCP Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.