Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"ollama-local": {
"command": "ollama",
"args": [
"serve"
],
"env": {
"OLLAMA_HOST": "${user_config.ollama_endpoint}"
}
}
}
}Server configuration and connection parameters
ollamaCommand-line arguments passed to the server process
Environment variables set when the server starts
OLLAMA_HOST=${user_config.ollama_endpoint}npx claudepluginhub robinbakshi007/ollama-direct-custom-agent --plugin rb-ollama