🤖 mcp-ollama-beeai
@tamdilip
关于 🤖 mcp-ollama-beeai
A minimal agentic app to interact with OLLAMA models leveraging multiple MCP server tools using BeeAI framework.
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is 🤖 mcp-ollama-beeai?
A minimal client app that interacts with local Ollama models using multiple MCP (Model Context Protocol) agent tools, built with the BeeAI framework. It provides a chat interface where you can select MCP agents – such as Postgres or Fetch – and let the LLM reason and act on your requests.
How to use 🤖 mcp-ollama-beeai?
Install Ollama, serve it locally, and pull at least one model (default: llama3.1). Configure your MCP servers in mcp-servers.json (defaults include Postgres and Fetch). Clone the repo, run npm i && npm start, then open http://localhost:3000. Use the UI dropdowns to choose a server and tool before asking questions.
Key features of 🤖 mcp-ollama-beeai
- Chat interface with LLM‑powered reasoning and action steps
- Use any local Ollama model (configurable via
.env) - Pre‑configured Postgres and Fetch MCP servers
- Switch MCP agents on the fly from the UI
- Responses rendered in readable Markdown format
- Built on the BeeAI framework for easy ReAct agent setup
Use cases of 🤖 mcp-ollama-beeai
- Query a local Postgres database using natural language
- Fetch and summarise web pages through a chat interface
- Experiment with different Ollama models paired with MCP tools
- Quickly test and demo MCP‑based agent workflows locally
FAQ from 🤖 mcp-ollama-beeai
Which Ollama models are supported?
Any model you have pulled locally (default is llama3.1). Override OLLAMA_CHAT_MODEL in .env to use a different one.
What MCP servers are included by default?
Postgres and Fetch are pre‑configured. You can add any MCP server from the official examples by editing mcp-servers.json.
What are the system requirements?
At least 16GB of RAM for models to perform well. Ollama must be installed and running, and Node.js/npm are needed to run the app.
How do I point the app to a different LLM server?
Set OLLAMA_BASE_URL in .env (default: http://localhost:11434/api) to use a remote server instead of your local Ollama.
Does the app require an internet connection?
No. All interactions are local – the Ollama model runs on your machine and the MCP agents connect to local or remote services you configure.
AI 与智能体 分类下的更多 MCP 服务器
Shell and Coding agent for Claude and other mcp clients
rusiaamanShell and coding agent on mcp clients
MCP-LLM Bridge
patruffBridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
meGPT - upload an author's content into an LLM
adriancoCode to process many kinds of content by an author into an MCP server
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
Mcp Agent
lastmile-aiBuild effective agents using Model Context Protocol and simple workflow patterns
评论