Minime
@manujbawa
关于 Minime
Universal infinite memory layer for Developer AI assistants. One shared brain across Claude, Cursor, Windsurf & more. 100% local, built on MCP standard. Stop re-explaining context
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"minime-mcp": {
"url": "http://localhost:8000/mcp"
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Minime?
Minime is a persistent memory layer for AI coding assistants. It remembers your patterns, decisions, and knowledge across projects and sessions, so your AI doesn’t forget past context. Built for developers using MCP-compatible IDEs like Cursor, VS Code, Claude Desktop, Windsurf, JetBrains, and more.
How to use Minime?
Start the MiniMe server with Docker (cd install && docker compose --env-file minime.env up -d), then connect your IDE. HTTP-capable IDEs (Cursor, VS Code, Claude Code, Windsurf) work out of the box; command-based IDEs (Claude Desktop, Zed, JetBrains) require an optional npm client. Once connected, you can search memories, store decisions, upload documents, link projects, and manage tasks—all with persistent context.
Key features of Minime
- Cross-project memory: lessons apply across all projects automatically
- Document upload & RAG: PDFs, DOCX, Markdown become searchable agent knowledge
- Smart memory search with hybrid vector, keyword, and tag matching
- Project linking: many-to-many relationships, recursive search up to 5 levels
- Task management with contextual linking and lifecycle tracking
- Memory lifecycle: update, inactivate (soft delete), reactivate
- Global rules system: guardrails set once, followed by every IDE agent
- Privacy-first: runs locally, data never leaves your machine
Use cases of Minime
- Build authentication endpoints using battle-tested patterns from past projects
- Get cross-project insights: detect recurring issues (e.g., connection pool limits)
- Search documents and memories together for consistent implementation
- Link related projects (v1 → v2 → v3) to propagate fixes automatically
- Manage tasks with full context: recall debugging sessions and decisions
FAQ from Minime
What IDEs and tools does Minime support?
Minime works with any tool that speaks MCP, including Cursor, Claude Desktop, Claude Code, VS Code, Windsurf, Roo Code, Visual Studio 2022, JetBrains, Zed, Cline, BoltAI, Augment Code, Warp, Amazon Q, and more.
How do I install Minime?
Installation is quick: run docker compose --env-file minime.env up -d in the install folder, then configure your IDE to connect to the Minime server. See the complete installation guide for per-IDE steps.
Where does my data live?
Minime is privacy-first: it runs locally on your machine. Your memories, documents, and patterns never leave your environment unless you explicitly share them.
Can I upload documents for my AI to use?
Yes. Upload PDFs, DOCX, Markdown, CSV, Excel, or code files. The server processes them (e.g., a 10MB PDF in under 30 seconds) and makes them searchable via vector + keyword + tag matching. All IDE agents can then query that knowledge instantly.
What happens when my patterns change?
You can update, inactivate (soft delete with reason), or reactivate memories. This keeps your context current and prevents knowledge drift as your stack evolves.
开发工具 分类下的更多 MCP 服务器
Grafana MCP server
grafanaMCP server for Grafana
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
Burp Suite MCP Server Extension
PortSwiggerMCP Server for Burp
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio

Sentry
modelcontextprotocolModel Context Protocol Servers
评论