← ClaudeAtlas

knowminelisted

Save notes, decisions, and insights with semantic search via MCP. Use this skill when you want to remember things across conversations, search past knowledge by meaning, save dev logs or learning notes, or carry context between AI sessions.
YIING99/knowmine-claude-plugin · ★ 0 · AI & Automation · score 72
Install: claude install-skill YIING99/knowmine-claude-plugin
# KnowMine — Personal Knowledge Base for AI Agents Save notes, decisions, and insights. Search them later by meaning, not keywords. KnowMine is a remote MCP server that gives your AI agent a personal knowledge base with semantic search. Your agent can save knowledge entries during conversations and retrieve them later using natural language queries. All data is stored per-user with full isolation. ## Setup ### 1. Get your API key Sign up at [knowmine.ai](https://knowmine.ai), go to Settings → MCP, and copy your key. ### 2. Install via Claude Code Plugin Run in your terminal (NOT as a slash command in Claude): ```bash # Register this repo as a marketplace claude plugin marketplace add YIING99/knowmine-claude-plugin # Install the plugin at user scope (global) claude plugin install knowmine ``` After install, restart your Claude Code session. On first load the plugin prompts you for your `KNOWMINE_API_KEY` and stores it in your system keychain — no environment variables or manual MCP JSON needed. ### 3. Manual MCP setup (alternative) If you prefer to configure manually, add to your `.mcp.json`: ```json { "mcpServers": { "knowmine": { "type": "http", "url": "https://knowmine.ai/api/mcp", "headers": { "Authorization": "Bearer YOUR_KNOWMINE_API_KEY" } } } } ``` ## Tools (16) ### Knowledge CRUD | Tool | What it does | |------|-------------| | `add_knowledge` | Save a note, insight, dev log, article, or reflection. Auto-gene