maxkb-knowledge-mcp
by North-CS
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | HTTP 监听地址 | 0.0.0.0 |
| MCP_PORT | No | HTTP 端口 | 8000 |
| MAXKB_TOP_K | No | 检索返回条数,范围 1-100 | 10 |
| MAXKB_API_KEY | No | 用户 API Key;HTTP 模式下可省略,优先使用客户端 headers.Authorization | |
| MAXKB_LOG_DIR | No | 本地日志目录 | logs |
| MAXKB_TIMEOUT | No | 请求超时秒数 | 30 |
| MCP_TRANSPORT | No | http(streamable-http)/ stdio / sse | http |
| MAXKB_BASE_URL | Yes | MaxKB 地址,例如 https://host:2801(必填) | |
| MAXKB_VERIFY_SSL | No | 证书无法校验时可设为 false | true |
| MAXKB_SEARCH_MODE | No | 向量 / 混合 / 全量 | 向量 |
| MAXKB_WORKSPACE_ID | No | 默认工作空间 | default |
| MAXKB_LOG_RETENTION_DAYS | No | 日志留存天数,到期自动删除 | 7 |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues