ollama-MCP-server
# ollama-MCP-server Ollamaと通信するModel Context Protocol (MCP) サーバー ## 概要 このMCPサーバーは、ローカルのOllama LLMインスタンスとMCP互換アプリケーションの間でシームレスな統合を可能にし、高度なタスク分解、評価、ワークフロー管理を提供します…
Directory
# ollama-MCP-server Ollamaと通信するModel Context Protocol (MCP) サーバー ## 概要 このMCPサーバーは、ローカルのOllama LLMインスタンスとMCP互換アプリケーションの間でシームレスな統合を可能にし、高度なタスク分解、評価、ワークフロー管理を提供します…
# Ollama Hive MCP Server A TypeScript-based Model Context Protocol (MCP) server that integrates with Ollama models using LangChain. This server provides tools…
# MCP + Ollama Local Tool Calling Example This project demonstrates how a local AI agent can **understand user queries** and **automatically call Python…
MCP server wrapping local Ollama models for Claude Code delegation
MCP server for connecting Claude Desktop to Ollama LLM server
Adapter to expose MCPO, the MCP-to-OpenAPI proxy server, tools in Ollama-compatible format
# AI Agents in Container # kasm Desktop ```bash docker run \ --name browser-use \ --shm-size=4096m \ -w /mnt \ -p 8080:6901 \ -e VNC_PW=password \ -id…
Extends Model Context Protocol (MCP) to local LLMs via Ollama, enabling Claude-like tool use (files, web, email, GitHub, AI images) while keeping data private…
Ollama MCP Chat is a desktop chatbot application that integrates Ollama's local LLM models with MCP (Model Context Protocol) servers
A minimal agentic app to interact with OLLAMA models leveraging multiple MCP server tools using BeeAI framework.
Created sample project for pydantic agent with local ollama model with mcp server integration.
A TypeScript example showcasing the integration of Ollama with the Model Context Protocol (MCP), specifically the Filesystem MCP Server. This project provides…
Lightweight MCP client that uses a local Ollama LLM to query multiple MCP servers defined in config.json
Advanced MCP Server Setup with uv, llama-index, ollama, and Cursor IDE
This app demonstrates use of MCP server and client in a local model chat via Ollama that incorporates web search via Serper.
This project is a proof of concept for running a local-first multi-agent system using: 🤖 Local LLMs via Ollama 🧩 Simple function/tool-call detection using…
A web interface connecting local Ollama LLMs to Model Context Protocol (MCP) servers. Enables open-source models to use file operations, web search, and…
Ollama AGI server - An MCP hub with built in registry and plug support.
Integrates Ollama's local LLM models with MCP-compatible applications. Requires a local Ollama installation.
This repo is a bridge between any MCP server and local Ollama LLMs
Bridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
Saqr-MCP is a powerful Python application that implements the Model Context Protocol (MCP) to enable advanced AI assistant capabilities. It supports both local…
A Simple bridge from Ollama to a fetch url mcp server
A simple prototype SwarmUI MCP server with accompanying local LangChain Ollama agent