Stats
Actions
Tags
From bettercallclaude
Connects to a local Ollama instance for running open-source LLMs, enabling model queries and chat completions. Configure via OLLAMA_HOST environment variable.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"ollama": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/mcp-servers/ollama/dist/index.js"
],
"env": {
"OLLAMA_HOST": "${user_config.ollama_host}"
}
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Environment variables set when the server starts
OLLAMA_HOST=${user_config.ollama_host}npx claudepluginhub fedec65/bettercallclaude --plugin bettercallclaude