knowyoubetter
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., "@knowyoubettershould I use Redis or Memcached for caching?"
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.
knowyoubetter
一个 MCP 插件:agent 没把握时向用户提问(3-5 个候选 + 正反理由),记住你的选择(本地 embedding),下次遇到相似问题自动按你的偏好作答——越用越懂你,问得越来越少。
工具
工具 | 用途 |
| 低置信度时向用户提问;命中高度相似历史时直接返回历史答案(source=history) |
| 两阶段模式下记录用户对 pending 的选择 |
| 开始任务时查询相关历史偏好 |
客户端支持 MCP elicitation 时(如 Claude Code)会直接弹出原生选择框;否则自动降级为两阶段:agent 展示候选 → 用户回答 → agent 调 record_choice。
Related MCP server: MCP Memory
安装(Claude Code)
claude mcp add knowyoubetter -- node /absolute/path/to/knowyoubetter/dist/index.jsCursor / 其它 host 在各自 MCP 设置中配置同等命令即可。开发模式可用 npx tsx src/index.ts。
数据
默认目录
~/.knowyoubetter(KNOWYOUBETTER_DATA_DIR覆盖):knowyoubetter.db、config.json、models/首次运行自动下载多语言 embedding 模型(q8 量化版,约 135MB),默认从 ModelScope 镜像拉取(
KYB_EMBEDDING_HOST可覆盖,如指回https://huggingface.co);离线时提问功能不受影响,历史检索降级,联网后下次启动自动补齐配置项:
embeddingModel、autoAnswerThreshold(默认 0.90)、recallMinSimilarity(默认 0.40)、maxHistoryInAsk(默认 3)
开发
npm install
npm test # 单测 + 集成(跳过真实模型)
npm run test:real # 真实 embedding 模型测试(首次下载模型)
npm run typecheck:tests # 类型检查测试与配置(含 vitest.config.ts)
npm run build
npx @modelcontextprotocol/inspector node dist/index.js # MCP Inspector 手动验收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 Servers
- Alicense-qualityDmaintenanceAn MCP server that gives AI assistants the ability to remember user information (preferences, behaviors) across conversations using vector search technology.16MIT
- -license-quality-maintenanceAn MCP server that gives AI assistants (like Cursor, Claude, Windsurf) the ability to remember user information across conversations using vector search technology.
- Flicense-qualityDmaintenanceMCP server that dynamically extracts and manages user memory from LLM conversations, enabling consistent personalization across different models.7

style-memory-mcpofficial
AlicenseAqualityBmaintenanceA tiny local MCP server that learns a user's conversational style, catchphrases, dialect markers, emoji habits, tone preferences, and concrete collaboration preferences without storing private memories.151MIT
Related MCP Connectors
Cloud-hosted MCP server for durable AI memory
Person-owned, portable AI memory as a remote MCP server, readable and writable by any MCP client.
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
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/akushonkamen/knowyoubetter'
If you have feedback or need assistance with the MCP directory API, please join our Discord server