Go to file
Fadhli Azhari 3996e2f199 feat: initial Ollama MCP server
TypeScript MCP server wrapping the Ollama REST API. Provides tools for:
- Text generation and multi-turn chat
- Model management (list, show, pull, delete)
- Health check and running model status
- Embeddings generation

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 16:46:19 +08:00
src feat: initial Ollama MCP server 2026-03-25 16:46:19 +08:00
.gitignore feat: initial Ollama MCP server 2026-03-25 16:46:19 +08:00
package.json feat: initial Ollama MCP server 2026-03-25 16:46:19 +08:00
pnpm-lock.yaml feat: initial Ollama MCP server 2026-03-25 16:46:19 +08:00
tsconfig.json feat: initial Ollama MCP server 2026-03-25 16:46:19 +08:00