Back to Browse

Ask Llm MCP Server

AI & MLLow Risk9.9MCP RegistryLocal
Free

Server data from the Official MCP Registry

Bridge Claude with local Ollama LLMs for private AI-to-AI collaboration — no API keys, fully local

About

Bridge Claude with local Ollama LLMs for private AI-to-AI collaboration — no API keys, fully local

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:

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

Environment variable: OLLAMA_HOST

Timeout for Ollama 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-ollama": {
      "env": {
        "OLLAMA_HOST": "your-ollama-host-here",
        "GMCPT_LOG_LEVEL": "your-gmcpt-log-level-here",
        "GMCPT_TIMEOUT_MS": "your-gmcpt-timeout-ms-here"
      },
      "args": [
        "-y",
        "@ask-llm/ollama-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!