Loading MCP server directory, please wait...
Wraps local Ollama models so bulk generation runs on your own hardware, not a paid API.
npx @getmcp/cli add io.github.true-alter/mcp-ollamaRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.true-alter/mcp-ollama": {
"command": "npx",
"args": [
"-y",
"@truealter/mcp-ollama"
]
}
}
}