io.github.Lykhoyda/ask-ollama✓
io.github.Lykhoyda/ask-ollama · v0.3.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.Lykhoyda/ask-ollama",
"description": "Bridge Claude with local Ollama LLMs for private AI-to-AI collaboration — no API keys, fully local",
"repository": {
"url": "https://github.com/Lykhoyda/ask-llm",
"source": "github"
},
"version": "0.3.1",
"packages": [
{
"registryType": "npm",
"identifier": "ask-ollama-mcp",
"version": "0.3.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Ollama server address (default: http://localhost:11434)",
"format": "string",
"default": "http://localhost:11434",
"name": "OLLAMA_HOST"
},
{
"description": "Timeout for Ollama execution in milliseconds (default: 300000 = 5 minutes)",
"format": "string",
"default": "300000",
"name": "GMCPT_TIMEOUT_MS"
},
{
"description": "Log verbosity: debug, info, warn, error (default: warn)",
"format": "string",
"default": "warn",
"name": "GMCPT_LOG_LEVEL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}