Ask Llm
Rank #19,829io.github.Lykhoyda/ask-ollama
Bridge Claude with local Ollama LLMs for private AI-to-AI collaboration — no API keys, fully local
Ask Llm is a Model Context Protocol (MCP) server published by Lykhoyda. It ranks #19,829 of 115,591 servers tracked on MCP Toplist, and its repository has 16 GitHub stars. Ask Llm is listed on Official MCP, with 6 tracked versions. It was first listed on Apr 13, 2026 and most recently updated on Jul 24, 2026.
Ranks ahead of 95,762 of 115,591 servers on MCP Toplist.
Use Ask Llm
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add ask-ollama -e "OLLAMA_HOST=<your OLLAMA_HOST>" -e "GMCPT_TIMEOUT_MS=<your GMCPT_TIMEOUT_MS>" -e "GMCPT_LOG_LEVEL=<your GMCPT_LOG_LEVEL>" -- npx -y @ask-llm/ollama-mcpReplace each placeholder with your own value before saving.
[mcp_servers.ask-ollama]
command = "npx"
args = ["-y", "@ask-llm/ollama-mcp"]
[mcp_servers.ask-ollama.env]
OLLAMA_HOST = "<your OLLAMA_HOST>"
GMCPT_TIMEOUT_MS = "<your GMCPT_TIMEOUT_MS>"
GMCPT_LOG_LEVEL = "<your GMCPT_LOG_LEVEL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ask-ollama": {
"command": "npx",
"args": [
"-y",
"@ask-llm/ollama-mcp"
],
"env": {
"OLLAMA_HOST": "<your OLLAMA_HOST>",
"GMCPT_TIMEOUT_MS": "<your GMCPT_TIMEOUT_MS>",
"GMCPT_LOG_LEVEL": "<your GMCPT_LOG_LEVEL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ask-ollama": {
"command": "npx",
"args": [
"-y",
"@ask-llm/ollama-mcp"
],
"env": {
"OLLAMA_HOST": "<your OLLAMA_HOST>",
"GMCPT_TIMEOUT_MS": "<your GMCPT_TIMEOUT_MS>",
"GMCPT_LOG_LEVEL": "<your GMCPT_LOG_LEVEL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"ask-ollama": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ask-llm/ollama-mcp"
],
"env": {
"OLLAMA_HOST": "<your OLLAMA_HOST>",
"GMCPT_TIMEOUT_MS": "<your GMCPT_TIMEOUT_MS>",
"GMCPT_LOG_LEVEL": "<your GMCPT_LOG_LEVEL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ask-ollama": {
"command": "npx",
"args": [
"-y",
"@ask-llm/ollama-mcp"
],
"env": {
"OLLAMA_HOST": "<your OLLAMA_HOST>",
"GMCPT_TIMEOUT_MS": "<your GMCPT_TIMEOUT_MS>",
"GMCPT_LOG_LEVEL": "<your GMCPT_LOG_LEVEL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ask-ollama": {
"command": "npx",
"args": [
"-y",
"@ask-llm/ollama-mcp"
],
"env": {
"OLLAMA_HOST": "<your OLLAMA_HOST>",
"GMCPT_TIMEOUT_MS": "<your GMCPT_TIMEOUT_MS>",
"GMCPT_LOG_LEVEL": "<your GMCPT_LOG_LEVEL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Lykhoyda%2Fask-ollama)<a href="https://mcptoplist.com/server/io.github.Lykhoyda%2Fask-ollama"><img src="https://mcptoplist.com/badge/io.github.Lykhoyda%2Fask-ollama.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
Lykhoyda
Other servers by Lykhoyda
View all Lykhoyda servers →Available versions (6)
| Version | Published |
|---|---|
| 0.5.5 | Jul 24, 2026 |
| 0.3.2 | May 27, 2026 |
| 0.3.1 | May 7, 2026 |
| 0.3.0 | Apr 17, 2026 |
| 0.2.9 | Apr 14, 2026 |
| 0.2.8 | Apr 13, 2026 |
Frequently asked questions
- Who maintains Ask Llm?
- Ask Llm is maintained by Lykhoyda, which publishes 10 MCP servers (59 total versions) tracked on MCP Toplist.
- Is Ask Llm listed on the Official MCP Registry?
- Yes — Ask Llm is listed on the Official MCP Registry.
- How many versions does Ask Llm have?
- MCP Toplist tracks 6 versions of Ask Llm, most recently published on Jul 24, 2026.
- Where can I find the source code for Ask Llm?
- The source code for Ask Llm is hosted at github.com/Lykhoyda/ask-llm.