claude code cli install codex github anthropic agentic coding system terminal assistant codebase git workflows multi file editing mcp protocol model context protocol subagents automation ci cd integration npm install setup guide tutorial command line interface latest version 2026 free download update bug fix test runner**
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"claude-code-cli": {
"command": "npx",
"args": [
"-y",
"Harkirat1462/claude-code-cli"
]
}
}
}
Run in terminal:
claude mcp add claude-code-cli npx -y Harkirat1462/claude-code-cli
Add to .cursor/mcp.json:
{
"mcpServers": {
"claude-code-cli": {
"command": "npx",
"args": [
"-y",
"Harkirat1462/claude-code-cli"
]
}
}
}