kmkamyk/ask-cli
**Ask CLI** is a command-line tool for interacting with a local LLM (Large Language Model) server. It allows you to send queries and receive concise command-line responses.
Platform-specific configuration:
{
"mcpServers": {
"ask-cli": {
"command": "npx",
"args": [
"-y",
"ask-cli"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...