KnowS MCP Server
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., "@KnowS MCP Serversearch for evidence on type 2 diabetes treatments"
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.
KnowS MCP Server
KnowS 医学证据检索与分析平台的 MCP (Model Context Protocol) Server。
安装与使用
前置条件
本包发布在 GitHub Packages,需要先配置 npm registry。在 ~/.npmrc 中添加:
//npm.pkg.github.com/:_authToken=YOUR_GITHUB_TOKEN
@PancrePal-xiaoyibao:registry=https://npm.pkg.github.com
YOUR_GITHUB_TOKEN需要有read:packages权限。
环境变量
变量 | 必填 | 说明 |
| 是 | KnowS API 密钥 |
| 否 | API 地址,默认 |
Claude Code 配置
在 ~/.claude/settings.json 或项目 .claude/settings.json 中添加:
{
"mcpServers": {
"knows": {
"command": "npx",
"args": ["@PancrePal-xiaoyibao/knows-mcp-server"],
"env": {
"KNOWS_API_KEY": "your_api_key",
"KNOWS_API_HOST": "https://api.nullht.com"
}
}
}
}Claude Desktop 配置
在 ~/Library/Application Support/Claude/claude_desktop_config.json(macOS)中添加:
{
"mcpServers": {
"knows": {
"command": "npx",
"args": ["@PancrePal-xiaoyibao/knows-mcp-server"],
"env": {
"KNOWS_API_KEY": "your_api_key",
"KNOWS_API_HOST": "https://api.nullht.com"
}
}
}
}直接运行
# 通过 npx
KNOWS_API_KEY=your_key npx @PancrePal-xiaoyibao/knows-mcp-server
# 或全局安装后运行
npm install -g @PancrePal-xiaoyibao/knows-mcp-server
KNOWS_API_KEY=your_key knows-mcp-serverRelated MCP server: Medical Research MCP Suite
本地开发
# 安装依赖
npm install
# 使用 bun 开发(热重载)
KNOWS_API_KEY=your_key bun run dev
# 构建
npm run build
# 运行构建产物
KNOWS_API_KEY=your_key npm start工具列表
工具 | 说明 |
| AI 检索,根据问题返回相关医学证据列表 |
| 单篇证据 AI 概要总结 |
| 获取所有证据的 AI 总结 |
| 获取证据被引用的原文内容 |
| 基于问题和证据生成场景总结 |
| 场景总结(流式收集) |
| 证据自动化标签提取 |
| 英文文献详情 |
| 中文文献详情 |
| 指南详情 |
| 会议详情 |
| 历史提问列表 |
| 文献解读历史列表 |
| 通过 PDF 创建新证据 |
系统提示词
项目附带了推荐的系统提示词 SYSTEM_PROMPT.md,用于指导 AI 助手基于 KnowS 工具进行结构化的医学文献调研。
发版
# 更新 package.json 中的 version 后
git tag v0.x.x
git push origin v0.x.x推送 v* tag 后,GitHub Actions 会自动运行测试并发布到 GitHub Packages。
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-qualityDmaintenanceEnables comprehensive biomedical literature research through PubMed database access with advanced search, full-text retrieval, citation analysis, and batch processing capabilities. Supports both local deployment and cloud hosting for seamless integration with AI assistants.Last updated1MIT
- AlicenseBqualityDmaintenanceEnables comprehensive medical research by querying and analyzing data across ClinicalTrials.gov, PubMed, and FDA databases with AI-enhanced cross-database insights, risk assessments, and competitive intelligence.Last updated1311MIT
- Alicense-qualityDmaintenanceIntegrates with EMRs like Cerner and Epic via FHIR to retrieve patient data, and provides medical research tools (PubMed, clinical trials, FDA) for clinical analysis.Last updated1MIT
- Alicense-qualityBmaintenanceEnables privacy-first medical document analysis with multi-perspective AI review. Ingest documents, run consilium reviews, generate doctor letters, and search patient memory—all through natural language.Last updatedApache 2.0
Related MCP Connectors
Search arXiv/Semantic Scholar/OpenAlex + medical evidence (PubMed/Europe PMC) + LaTeX/PDF tools.
Search PubMed with precision using keyword and journal filters and smart sorting. Uncover MeSH ter…
Citable retrieval across papers, books, patents, Wikipedia, and live social sources.
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/PancrePal-xiaoyibao/MCP-KnowS-AI'
If you have feedback or need assistance with the MCP directory API, please join our Discord server