MindOS

v1.0.0Knowledge & Memorystable

Local-first knowledge base MCP server. Lets AI agents (Claude Code, Cursor, etc.) read and write your personal knowledge base through 20 MCP tools. Zero cloud dependency — all files stay on your machine.

agentcontextknowledge-basemcpmemory
Share:
598
Stars
0
Downloads
0
Weekly
0/5

What is MindOS?

MindOS is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to local-first knowledge base mcp server. lets ai agents (claude code, cursor, etc.) read and write your personal knowledge base through 20 mcp tools. zero cloud dependency — all files stay on your machi...

Local-first knowledge base MCP server. Lets AI agents (Claude Code, Cursor, etc.) read and write your personal knowledge base through 20 MCP tools. Zero cloud dependency — all files stay on your machine.

This server falls under the Knowledge & Memory category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Local-first knowledge base MCP server. Lets AI agents (Claud

Use Cases

Store and retrieve personal knowledge through AI agents with zero cloud dependency.
Read and write markdown notes in your local knowledge base via 20 MCP tools.
GeminiLight

Maintainer

LicenseMIT License
Languagetypescript
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx mindos

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use MindOS

MindOS is a local-first knowledge base MCP server that lets AI agents like Claude read, write, search, and organize your personal knowledge base through 20 MCP tools. All files stay on your machine with zero cloud dependency — your notes, SOPs, and insights never leave your local filesystem. It is designed to turn AI agent interactions into persistent, reusable knowledge by capturing insights from conversations and distilling them into structured markdown notes. Developers and knowledge workers use it to build a personal second-brain that AI agents can actively query and update.

Prerequisites

  • Node.js 18+ and npm (or pnpm) installed
  • Python 3.8+ if using source installation
  • An MCP-compatible client such as Claude Desktop or Cursor
  • Git (for cloning from source)
1

Install MindOS globally

Install the MindOS CLI globally via npm so the mindos command is available system-wide.

npm install -g @geminilight/mindos@latest
2

Run the onboarding wizard

Run the interactive onboarding command. It guides you through setting your knowledge base path, selecting a template (English or Chinese), configuring ports, setting up authentication, and optionally configuring an AI provider. Configuration is saved to ~/.mindos/config.json.

mindos onboard
3

Start the MindOS service

Start the local MindOS server. Optionally open the web UI to browse and edit your knowledge base in a browser.

mindos start
mindos open
4

Install MindOS MCP into your AI agent

Run the MCP install command to register MindOS as an MCP server in your agent (e.g., Claude Desktop or Cursor). The -g flag installs globally and -y accepts all defaults.

mindos mcp install -g -y
5

Install workflow skills (optional)

Install pre-built workflow skill templates that teach the AI agent how to interact with your knowledge base effectively. Choose English or Chinese templates.

npx skills add https://github.com/GeminiLight/MindOS --skill mindos -g -y
6

Configure Claude Desktop manually (alternative)

If you prefer manual configuration, add MindOS to your Claude Desktop config file at ~/Library/Application Support/Claude/claude_desktop_config.json.

{
  "mcpServers": {
    "mindos": {
      "command": "mindos",
      "args": ["mcp", "start"]
    }
  }
}

MindOS Examples

Client configuration

Claude Desktop configuration after running mindos mcp install, or configured manually.

{
  "mcpServers": {
    "mindos": {
      "command": "mindos",
      "args": ["mcp", "start"]
    }
  }
}

Prompts to try

Natural language prompts you can send to Claude after MindOS is connected.

- "Read my resume from my files and organize my professional info into MindOS."
- "Distill the key insights from this conversation into MindOS as a reusable SOP."
- "Search my MindOS knowledge base for notes about project planning."
- "Help me execute the onboarding SOP from MindOS for a new team member."

Troubleshooting MindOS

mindos command not found after install

Ensure your npm global bin directory is in your PATH. Run 'npm bin -g' to find the path and add it to your shell profile (e.g., ~/.zshrc or ~/.bashrc).

MCP server not appearing in Claude Desktop

Re-run 'mindos mcp install -g -y' and then fully restart Claude Desktop. Check ~/.mindos/config.json to verify the service port is correct and 'mindos start' is running.

Knowledge base files not accessible to the agent

Confirm the knowledge base path set during 'mindos onboard' exists and is readable. Re-run 'mindos onboard' to update the path if you moved your notes folder.

Frequently Asked Questions about MindOS

What is MindOS?

MindOS is a Model Context Protocol (MCP) server that local-first knowledge base mcp server. lets ai agents (claude code, cursor, etc.) read and write your personal knowledge base through 20 mcp tools. zero cloud dependency — all files stay on your machine. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install MindOS?

Follow the installation instructions on the MindOS GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with MindOS?

MindOS works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is MindOS free to use?

Yes, MindOS is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Browse More Knowledge & Memory MCP Servers

Explore all knowledge & memory servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "mindos": { "command": "npx", "args": ["-y", "mindos"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use MindOS?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides