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 とエージェント」の他のコンテンツ
1MCP - One MCP Server for All
1mcp-appA unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.
Intervals.icu MCP Server
mvilanovaModel Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.
Mcp Agent
lastmile-aiBuild effective agents using Model Context Protocol and simple workflow patterns
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
Solon Ai
opensolonJava AI application development framework (supports LLM-tool,skill; RAG; MCP; Agent-ReAct,Team-Agent). Compatible with java8 ~ java25. It can also be embedded in SpringBoot, jFinal, Vert.x, Quarkus, and other frameworks.
コメント