MCP-server
Verified Safeby jaisoni138
Overview
Provides a modular AI application backend using FastMCP for custom data retrieval, integrated with Ollama and Open WebUI for a conversational interface.
Installation
docker compose upEnvironment Variables
- OLLAMA_BASE_URL
Security Notes
No 'eval' or direct obfuscation found. Network risks are typical for containerized services. No hardcoded secrets in the provided code. Potential risks depend on the implementation of `client_ollama.py` (not provided) and the content/management of `data/data.txt`.
Similar Servers
mcp-client-for-ollama
An interactive terminal client for connecting local Ollama LLMs to Model Context Protocol (MCP) servers, enabling advanced tool use and workflow automation for local LLMs.
opensearch-mcp-server-py
Enables AI assistants and LLMs to interact with OpenSearch clusters by providing a standardized Model Context Protocol (MCP) interface through built-in and dynamic tools.
ollama-mcp-bridge
Provides an API layer in front of the Ollama API, seamlessly adding tools from multiple MCP servers so every Ollama request can access all connected tools transparently.
ollama-fastmcp-wrapper
A proxy service that bridges Ollama with FastMCP, enabling local LLM tool-augmented reasoning by exposing MCP servers' functionality to Ollama models.