Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by Divakar-2005-02-02 • Uncategorized
An MCP server demonstrating integration of server-side tools with a local Ollama-hosted LLM using .NET.
Connect and orchestrate server-side tools via MCP.
Leverage a local Ollama-hosted LLM for reasoning and response generation.
A simple .NET-based example to understand MCP and tool integration.
This project showcases how to use the Model Context Protocol (MCP) with .NET to connect server-side tools and process their outputs through a local Ollama-hosted large language model. It provides a simple interface for sending queries, receiving processed results, and supports multiple sequential queries. The demo helps users understand the interaction between MCP components and Ollama LLM for AI-driven tool integration.