Knowz
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Knowzsearch my vault for notes on quantum computing"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Knowz
Knowz AI plugin for DeepSeek Harness. Product name: Knowz. Publisher: Knowz AI.
Connects agents to hosted Knowz vaults over MCP. This plugin is knowledge only. For TDD / quality gates, install KnowzCode separately — do not merge the two.
Official discovery is the GitHub topic dsh-plugin. There is no DeepSeek store.
Install
dsh plugin --profile web add github:knowz-io/deepseek-knowz-pluginThen create a ukz_ key at https://app.knowz.io/settings/api-keys, set KNOWZ_API_KEY in the environment or $DSH_HOME/.credentials.yaml, and restart dsh web.
export KNOWZ_API_KEY=ukz_…Do not paste API keys in chat. Do not run /knowz register on an existing Knowz account — that creates a new account. /knowz register is not the existing-user login path.
Package id: dsh-knowz.
Related MCP server: Librarian
Auth
The shipped MCP row interpolates process.env.KNOWZ_API_KEY into Authorization: Bearer. Export + restart is the path that attaches the header. $DSH_HOME/.credentials.yaml is the DSH-managed store; it is not automatically materialized into process.env.
OAuth is not in this first slice.
Personal + business tenants: two MCP rows with unique serverName values and two env refs. Same URL https://mcp.knowz.io/mcp is fine. Duplicate serverName fails at load. See MULTI-ACCOUNT.md.
MCP
Official client: @deepseek-ai/dsh-mcp-client. Hosted endpoint: https://mcp.knowz.io/mcp (HTTP JSON-RPC / streamable HTTP).
No secrets, CLIENT_ID, literal bearer token, or x-api-key in this package.
After the key is set, ask the agent to run the knowz-setup skill to map vaults.
Skills
knowz-ask, knowz-save, knowz-search, knowz-browse, knowz-amend, knowz-setup, knowz-status, knowz-flush, knowz-auto
DeepSeek Harness does not ship Cursor-style slash-command files. Ask the agent to run the skill by name.
License
MIT — publisher Knowz AI. Homepage: https://knowz.io
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Knowledge base MCP for AI agents on iknow.dev. Search, read, and maintain via OAuth.
Make your knowledge agent-ready. One MCP endpoint, 5 connectors, 3 search modes.
Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.
Your memory, everywhere AI goes. Build knowledge once, access it via MCP anywhere.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceProvides persistent knowledge capture and retrieval for coding agents. Enables searching the vault, storing notes, capturing sessions, and reading notes via MCP tools.12MIT
- AlicenseNot gradedqualityAmaintenanceProvides AI agents with persistent knowledge storage, enabling them to store, search, and retrieve text, documents, and files using semantic and keyword search via MCP tools.32Apache 2.0
- AlicenseNot gradedqualityDmaintenanceEnables interaction with the Innovaas Knowledge Management System through MCP, providing multi-modal search, RAG-powered chat with intelligent token management, and document access.MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to persistently store and semantically search shared knowledge via MCP tools.2MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/knowz-io/deepseek-knowz-plugin'
If you have feedback or need assistance with the MCP directory API, please join our Discord server