ollama-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ollama-mcpwrite a fibonacci function in Python using codellama"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ollama-mcp
MCP server for delegating coding tasks to local Ollama models.
Setup
cd ollama-mcp
npm install
npm run buildTools
ollama_list_models
List available Ollama models.
ollama_execute_task
Delegate a coding task to an Ollama model. Returns output with change preview.
If changes are detected,
requires_approval: trueis returnedReview changes, then use
ollama_write_filesto apply
ollama_write_files
Write files from Ollama output. Use after reviewing changes.
ollama_preview_changes
Analyze text for file write markers and show change preview.
Usage
OpenCode
Add to opencode.json:
{
"mcp": {
"ollama": {
"type": "stdio",
"command": "node",
"args": ["./dist/index.js"]
}
}
}Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"ollama": {
"command": "node",
"args": ["/absolute/path/to/ollama-mcp/dist/index.js"]
}
}
}Workflow
1. ollama_execute_task(task, model) → output + changes[]
2. Review changes
3. ollama_write_files(output) → files writtenEnvironment Variables
Variable | Default | Description |
OLLAMA_HOST | Ollama server address | |
OLLAMA_TIMEOUT_MS | 120000 | Request timeout in ms |
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/shenmali/ollama-mcp-subagent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server