LocalMind
@timosur
关于 LocalMind
LocalMind is an local LLM Chat App fully compatible with the Model Context Protocol. It uses Azure OpenAI as a LLM backend and you can connect it to all MCP Servers out there.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"localmind": {
"command": "python3",
"args": [
"-m",
"venv",
".venv"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is LocalMind?
LocalMind is a local LLM Chat App fully compatible with the Model Context Protocol (MCP). It uses Azure OpenAI as the LLM backend and allows users to connect to any MCP server. It is intended for developers who want to run a local chat interface that integrates with various MCP-compatible services.
How to use LocalMind?
To use LocalMind, create a .env file in the backend folder with Azure OpenAI credentials and a config.yaml file specifying MCP server definitions. For frontend development, run ./dev.sh frontend-dev; for the Tauri app, run ./dev.sh app-dev. An optional RAG MCP server can be set up by creating a venv in the rag folder and adding its config to config.yaml.
Key features of LocalMind
- Local LLM chat app with MCP protocol support
- Uses Azure OpenAI as the LLM backend
- Includes an optional RAG (Retrieval-Augmented Generation) MCP Server
- Development scripts for frontend and Tauri app
- Configurable MCP server connections via YAML file
Use cases of LocalMind
- Running a local chat interface that connects to multiple MCP servers.
- Developing and testing MCP server integrations with a local LLM.
- Experimenting with RAG workflows using Azure OpenAI embeddings and chat models.
- Building and debugging a Tauri-based desktop app with an MCP backend.
FAQ from LocalMind
What dependencies does LocalMind require?
LocalMind requires Python (with venv and pip), Node.js (for frontend), and an Azure OpenAI subscription with API key, endpoint, deployment, and version configured in .env.
How do I configure MCP servers in LocalMind?
MCP servers are defined in a config.yaml file in the backend folder, specifying the server name, command, and arguments.
Does LocalMind support the RAG functionality?
Yes, LocalMind includes an optional RAG MCP Server that can be set up by creating a Python virtual environment in the rag folder and adding its configuration to config.yaml. It uses Azure OpenAI for embeddings and chat.
Where does the conversation data live?
The README does not specify data persistence details. —
AI 与智能体 分类下的更多 MCP 服务器
MCP Manager for Claude Desktop
zueaisimple web ui to manage mcp (model context protocol) servers in the claude app
MCP Server - Remote MacOs Use
baryhuangThe only general AI agent that does NOT requires extra API key, giving you full control on your local and remote MacOs from Claude Desktop App
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
MCP-NixOS - Because Your AI Assistant Shouldn't Hallucinate About Packages
utensilsMCP-NixOS - Model Context Protocol Server for NixOS resources
Hass-MCP
voskaControl and query Home Assistant from Claude and other LLMs — a Model Context Protocol (MCP) server.
评论