knowz-mcp
v0.7.1
Published
Frictionless knowledge management via the Knowz MCP server -- search, save, and query knowledge across vaults
Maintainers
Readme
Knowz
Your knowledge base, inside your AI assistant.
Knowz gives your AI a persistent memory. Every decision your team makes, every convention you establish, every hard-won lesson — captured once, available forever, woven into every conversation automatically.
Why
Teams make the same decisions twice because no one remembers the first time. AI assistants make it worse — they're stateless. Every conversation starts from zero.
Knowz fixes this. Ask a question and get an answer grounded in what your team actually knows. Share an insight and it's captured for everyone. Your AI stops guessing and starts remembering.
What You Can Do
- Ask questions — "What's our convention for error handling?" returns your team's actual answer, not a generic one
- Save learnings — capture decisions and patterns as you work, without leaving your flow
- Search everything — semantic search that understands meaning, not just keywords
- Browse knowledge — see topics, patterns, and gaps at a glance
Auto-Detection
The standout feature. When you ask about a past decision, Knowz silently searches your vaults and weaves the answer into the conversation — no command needed. When you share an insight worth keeping, Knowz offers to save it.
It's like having a team member with perfect memory sitting alongside you.
Works With Any AI
The Knowz MCP server works with any AI model and any MCP-compatible agent. This plugin is a convenience layer for Claude Code, but the knowledge base is accessible from Claude, ChatGPT, Gemini, Copilot, or any tool that supports MCP.
Quick Start
# New users
/knowz register # create account + configure MCP + set up vault
# restart Claude Code
/knowz status # verify connection
# Existing users
/knowz setup <api-key> # configure with API key
/knowz setup --oauth # or configure with OAuth
# Daily usage
/knowz ask "What's our convention for error handling?"
/knowz save "We chose Redis over Memcached for pub/sub support"
/knowz amend "Add a caveat to the auth pattern: SameSite=None requires Secure in production"
/knowz search "authentication patterns"
/knowz browseCommands
| Command | Description |
|---------|-------------|
| /knowz ask "question" | AI-powered Q&A against your vaults |
| /knowz save "insight" | Capture knowledge with automatic routing |
| /knowz amend "change" | Targeted edit of an existing vault item — just describe the change |
| /knowz search "query" | Semantic search across vaults |
| /knowz browse [vault] | Browse vault contents and topics |
| /knowz setup | Configure MCP connection and vault routing |
| /knowz status | Check connection and vault health |
| /knowz register | Create account and set up everything |
| /knowz flush | Process pending captures queued while MCP was unavailable |
Skills
| Skill | Invocation | User-Invocable | Description |
|-------|-----------|----------------|-------------|
| knowz | /knowz <action> | Yes | Search, save, query, amend, and manage durable knowledge in Knowz vaults. Handles ask, save, amend, search, browse, setup, status, register, and flush. |
| knowz-auto | Automatic | No | Auto-detects vault-relevant conversations — silently searches vaults on knowledge questions, and offers to save or amend insights without an explicit command. |
Works With KnowzCode
Knowz integrates with the KnowzCode development methodology — past decisions are searchable during planning, and durable learnings are captured automatically after each feature ships. KnowzCode owns local workflow continuity such as /knowzcode:regroup and /knowzcode:continue.
Works fully standalone too. No KnowzCode required.
