Back to Browse

Ask Llm MCP Server

Developer ToolsLow Risk9.9MCP RegistryLocal
Free

Server data from the Official MCP Registry

Unified MCP server for Gemini, Codex, Claude, Grok, Ollama, and Antigravity

About

Unified MCP server for Gemini, Codex, Claude, Grok, Ollama, and Antigravity

Security Report

9.9
Low Risk9.9Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. Trust signals: 4 highly-trusted packages. 1 finding(s) downgraded by scanner intelligence.

14 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

What You'll Need

Set these up before or after installing:

xAI API key for metered Grok requests; Ask LLM never enables billing or creditsRequired

Environment variable: XAI_API_KEY

Explicit Grok harness: xai-api (default) or grok-cli; no failoverOptional

Environment variable: ASK_GROK_HARNESS

Exact selected-harness model override (API default grok-4.6; CLI default grok-build; no fallback)Optional

Environment variable: ASK_GROK_MODEL

Grok reasoning effort: low, medium, high, or xhigh (default: high)Optional

Environment variable: ASK_GROK_REASONING_EFFORT

xAI API output-token ceiling to bound accidental spend (default: 16384)Optional

Environment variable: ASK_GROK_MAX_OUTPUT_TOKENS

Timeout for xAI API requests in milliseconds (default: 600000)Optional

Environment variable: ASK_GROK_TIMEOUT_MS

Optional Cursor CLI credential for ask-cursor-agent; alternative to agent loginRequired

Environment variable: CURSOR_API_KEY

Timeout for model-neutral Cursor Agent harness calls (default: 600000)Optional

Environment variable: ASK_CURSOR_TIMEOUT_MS

Default Claude model alias or full model name (default: opus)Optional

Environment variable: ASK_CLAUDE_MODEL

Claude CLI fallback when Opus is overloaded or unavailable (default: sonnet)Optional

Environment variable: ASK_CLAUDE_FALLBACK_MODEL

Timeout for Claude CLI execution in milliseconds (default: 600000 = 10 minutes)Optional

Environment variable: ASK_CLAUDE_TIMEOUT_MS

Ollama server address (default: http://localhost:11434)Optional

Environment variable: OLLAMA_HOST

Timeout for Antigravity (agy) execution in milliseconds (default: 300000 = 5 minutes)Optional

Environment variable: ASK_ANTIGRAVITY_TIMEOUT_MS

Set to '0' to drop agy's --sandbox flag if it blocks --add-dir context reads (default: sandbox on)Optional

Environment variable: ASK_ANTIGRAVITY_SANDBOX

Timeout for CLI execution in milliseconds (default: 300000 = 5 minutes)Optional

Environment variable: GMCPT_TIMEOUT_MS

Log verbosity: debug, info, warn, error (default: warn)Optional

Environment variable: GMCPT_LOG_LEVEL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-lykhoyda-ask-llm": {
      "env": {
        "OLLAMA_HOST": "your-ollama-host-here",
        "XAI_API_KEY": "your-xai-api-key-here",
        "ASK_GROK_MODEL": "your-ask-grok-model-here",
        "CURSOR_API_KEY": "your-cursor-api-key-here",
        "GMCPT_LOG_LEVEL": "your-gmcpt-log-level-here",
        "ASK_CLAUDE_MODEL": "your-ask-claude-model-here",
        "ASK_GROK_HARNESS": "your-ask-grok-harness-here",
        "GMCPT_TIMEOUT_MS": "your-gmcpt-timeout-ms-here",
        "ASK_GROK_TIMEOUT_MS": "your-ask-grok-timeout-ms-here",
        "ASK_CLAUDE_TIMEOUT_MS": "your-ask-claude-timeout-ms-here",
        "ASK_CURSOR_TIMEOUT_MS": "your-ask-cursor-timeout-ms-here",
        "ASK_ANTIGRAVITY_SANDBOX": "your-ask-antigravity-sandbox-here",
        "ASK_CLAUDE_FALLBACK_MODEL": "your-ask-claude-fallback-model-here",
        "ASK_GROK_REASONING_EFFORT": "your-ask-grok-reasoning-effort-here",
        "ASK_ANTIGRAVITY_TIMEOUT_MS": "your-ask-antigravity-timeout-ms-here",
        "ASK_GROK_MAX_OUTPUT_TOKENS": "your-ask-grok-max-output-tokens-here"
      },
      "args": [
        "-y",
        "@ask-llm/mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!