~alter mcp-ollama for VS Code
io.github.true-alter/mcp-ollama
Wraps local Ollama models so bulk generation runs on your own hardware, not a paid API.
client:VS Code
transport:stdio
runtime:npm
Install ~alter mcp-ollama in VS Code
.vscode/mcp.json
{
"servers": {
"mcp-ollama": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@truealter/mcp-ollama"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs