auto-knowledge-base
by guyeyouhun
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 |
Capabilities
Features and capabilities supported by this server
| 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
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