KO
|
EN
gitlite — search
Search
#php
#java
#javascript
#python
#android
#json
#game
#search
#arduino
#c-plus-plus
#ruby
#api
ollama-mcp-client
★ 64
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
earlycascade-injection
:
Early cascade injection PoC based on Outflanks blog post written in Rust
2025_ICLR_FLOW
:
No description available.
Grounding-IQA
:
[ICLR'26] "Grounding-IQA: Grounding Multimodal Language Model for Image Quality Assessment"
EndoBench
:
[NeurIPS'25] EndoBench: A Comprehensive Evaluation of Multi-Modal Large Language Models for Endoscopy Analysis
MaterialFusion
:
A framework for high-quality material transfer that allows users to adjust the degree of material application.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ollama-mcp-client
?
Download (.md)
# MCP client using Ollama This is a simple [MCP](https://modelcontextprotocol.io) client that uses the Ollama API to get the latest MCP data. It follows the [MCP Client](https://modelcontextprotocol.io/tutorials/building-a-client) docs, but swaps out the Claude specific code for Ollama. Only supports stdio transport for now. ## Usage Install the package in development mode: ```bash pip install -e . ``` ```python uv run examples/ollama_example.py /path/to/server.py ```