MindOS
@GeminiLight
关于 MindOS
Local-first knowledge base MCP server. Let AI agents (Claude, Cursor, Gemini CLI, etc.) read and write your Markdown notes via MCP protocol. Supports Streamable HTTP and stdio transports.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mindos": {
"type": "http",
"url": "http://localhost:3000/mcp",
"headers": {
"Authorization": "Bearer YOUR_AUTH_TOKEN"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MindOS?
MindOS is a local-first knowledge base that lets AI agents read and write Markdown notes via the Model Context Protocol (MCP). It provides persistent memory for agents, stored on the user’s own machine in plain Markdown files.
How to use MindOS?
Install the package globally with npm install -g @geminilight/mindos, then run mindos onboard for interactive setup and mindos start to launch the app (port 3000) and MCP server (port 8787). Add the MCP server URL http://localhost:8787/mcp with a bearer token to your agent’s MCP configuration.
Key features of MindOS
- Local-first storage using plain Markdown files
- 20 MCP tools for reading and writing notes
- Full-text search across the knowledge base
- Git history tracking for each file
- Backlink discovery between files
- Supported by Claude Code, Cursor, Gemini CLI, Windsurf, and Cline
Use cases of MindOS
- Give an AI agent a persistent, editable knowledge base on your local machine
- Allow agents to search and retrieve information from your notes
- Enable agents to create, update, and delete Markdown and CSV files
- Track changes and history using built-in git integration
- Provide startup context for agents via the bootstrap tool
FAQ from MindOS
—
AI 与智能体 分类下的更多 MCP 服务器
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
Mcp Agent
lastmile-aiBuild effective agents using Model Context Protocol and simple workflow patterns
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
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
Perplexity Ask MCP Server
ppl-aiThe official MCP server implementation for the Perplexity API Platform
评论