Ollama
Bridges AI assistants with locally-hosted Ollama models for complex reasoning tasks, providing tools for task decomposition and result evaluation without relying on cloud services.
6 stars
0 tools
Created Aug 2025
@newaitees/newaitees-ollama-ollama-mcp-serverAbout
Bridges AI assistants with locally-hosted Ollama models for complex reasoning tasks, providing tools for task decomposition and result evaluation without relying on cloud services.
Categories
general
Installation
npm
npm install @newaitees/newaitees-ollama-ollama-mcp-server
Configuration
{
"mcpServers": {
"newaitees-ollama-ollama-mcp-server": {
"command": "npx",
"args": [
"-y",
"@newaitees/newaitees-ollama-ollama-mcp-server"
]
}
}
}