ask-llm-mcp

nlink-jp/ask-llm-mcp
★ 0 stars Go AI/LLM Updated 12d ago
MCP server exposing a single ask_llm(prompt) tool — forwards prompts to an OpenAI API-compatible endpoint (primary target: local LM Studio) for second-opinion consultations from AI coding agents
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ask-llm-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/nlink-jp/ask-llm-mcp@latest"
      ]
    }
  }
}

README Excerpt

A Model Context Protocol (MCP) server that exposes a single tool, `ask_llm(prompt)`, which forwards the prompt to an **OpenAI API-compatible** chat-completions endpoint and returns the response. The primary target is a locally running **LM Studio** server — get a second opinion from a local model with no cloud billing and no data

Tools (2)

inforeasoning_content

Topics

claudeclaude-codegogolangllmlm-studiolocal-llmmcpmodel-context-protocolopenai-apiopenai-compatiblesecond-opinion