🚀 MCP-Ollama Server
@Sethuram2003
关于 🚀 MCP-Ollama Server
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. Modular Python servers for on-prem AI. #LocalAI #MCP #Ollama
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"MCP-ollama_server": {
"command": "uv",
"args": [
"run",
"client.py",
"../file_system/file_system.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is 🚀 MCP-Ollama Server?
🚀 MCP-Ollama Server bridges Anthropic's Model Context Protocol (MCP) with local LLMs via Ollama, enabling on-premise AI models with tool capabilities like file system access, calendar integration, web browsing, email, GitHub, and AI image generation while ensuring complete data privacy.
How to use 🚀 MCP-Ollama Server?
Install prerequisites (Python 3.8+, Ollama, Git), clone the repository, and pull a model (e.g., ollama pull llama3). Then navigate to a module directory (e.g., client_mcp/) and run uv run client.py ../file_system/file_system.py to start interacting with the agent.
Key features of 🚀 MCP-Ollama Server
- 🔒 Complete data privacy – all computations run locally via Ollama
- 🔧 Tool use for local LLMs (file, calendar, and more)
- 🧩 Modular architecture with independent Python service modules
- 🔌 Easy integration via simple APIs
- 🚀 Performance optimized for responsive AI interactions
- 📦 Containerized deployment with Docker (coming soon)
- 🧪 Extensive test coverage for reliability
Use cases of 🚀 MCP-Ollama Server
- Enterprise security & compliance (legal, healthcare, financial institutions)
- Developer productivity (code generation, automated documentation, git integration)
- Personal knowledge management (document processing, calendar management, content generation)
FAQ from 🚀 MCP-Ollama Server
How does this differ from using cloud-based AI assistants?
MCP-Ollama Server runs entirely on your local infrastructure, ensuring complete data privacy and eliminating dependence on external APIs.
What models are supported?
Any model compatible with Ollama can be used. For best results, we recommend Llama 3, Mistral, or other recent open models with at least 7B parameters.
How can I extend the system with new capabilities?
Follow the modular architecture pattern to create new service modules. See the Extension Guide for details.
What are the system requirements?
Requirements depend on the Ollama model you choose. For basic functionality, we recommend at least 16GB RAM and a modern multi-core CPU.
AI 与智能体 分类下的更多 MCP 服务器
Perplexity MCP Server
DaInfernalCoderA Model Context Protocol (MCP) server for research and documentation assistance using Perplexity AI. Won 1st @ Cline Hackathon
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
21st.dev Magic AI Agent
21st-devIt's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic
🛡️ A.I.G(AI-Infra-Guard)
TencentA full-stack AI Red Teaming platform securing AI ecosystems via OpenClaw Security Scan, Agent Scan, Skills Scan, MCP scan, AI Infra scan and LLM jailbreak evaluation.
评论