ollama-mcp-csharp
Simple Examples in C# (using Microsoft.Extensions.AI) that demonstrate how to use Tool-calling or MCP (using ModelContextProtocol csharp-sdk) with open/local LLMs running on Ollama (using OllamaSharp).
GitHub Stars
0
User Rating
Not Rated
Favorites
0
Views
62
Forks
0
Issues
0
README
ollama-mcp-csharp
Simple Examples in C# (using Microsoft.Extensions.AI) that demonstrate how to use
- Tool-calling
- or MCP (using ModelContextProtocol csharp-sdk)
- with open/local LLMs running on Ollama (using OllamaSharp).
| Topic | Model | Link |
|---|---|---|
| Ask "What time is it?" and get an aswer from the model. | qwen3:8b | src/OllamaToolCallingExample |
| Open a website and let the model summarize it's content. | qwen3:8b | src/OllamaPlaywrightMCPExample |