auto-knowledge-base
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LLM_MODEL | Yes | 模型名称 | |
| LLM_API_KEY | Yes | API 密钥 | |
| LLM_BASE_URL | Yes | LLM API 地址(OpenAI 兼容格式) | |
| KNOWLEDGE_DIR | No | 知识存储路径(默认 ./knowledge) | ./knowledge |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| knowledge_searchA | 搜索知识库,支持语义理解。返回匹配的知识条目和综合说明。 |
| knowledge_learnC | 导入知识到知识库。LLM 会自动提取结构化信息(标题、摘要、标签、关系)。 |
| knowledge_learn_stagedA | 暂存待确认知识。存入 staging 区域,需要确认后才正式入库。 |
| knowledge_relevantC | 获取与当前任务相关的知识。基于任务描述和关键词返回最匹配的条目。 |
| knowledge_statusA | 知识库状态概览:条目数量、类型分布、LLM 连接状态。 |
| knowledge_configA | 查看 LLM 配置信息(不暴露密钥)。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/guyeyouhun/auto-knowledge-base'
If you have feedback or need assistance with the MCP directory API, please join our Discord server