# MemTensor/MemOS | Model Context Protocol (MCP) Server > Open-source, self-hosted note-taking tool built for quick capture. Markdown-native, lightweight, and fully yours. - **Stars**: ⭐ 62,199 - **Language**: Go - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "MemOS": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-MemOS" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "MemOS": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-MemOS" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-MemOS` - **Docker**: `docker run -i --rm mcp/MemOS`