kb-mcp-server
by laneinrain
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DATA_DIR | No | 本地数据目录 | ./data |
| CHUNK_SIZE | No | 分块参数:块大小 | 1024 |
| CHROMA_HOST | No | Chroma 地址 | localhost |
| CHROMA_PORT | No | Chroma 端口 | 8000 |
| BACKEND_HOST | No | REST API 地址 | 127.0.0.1 |
| BACKEND_PORT | No | REST API 端口 | 3000 |
| CHUNK_OVERLAP | No | 分块参数:重叠大小 | 154 |
| MCP_HTTP_HOST | No | MCP HTTP 地址 | 127.0.0.1 |
| MCP_HTTP_PORT | No | MCP HTTP 端口 | 3100 |
| EMBEDDING_MODEL | No | 嵌入模型 | qwen/qwen3-embedding-8b |
| CHERRYIN_API_KEY | Yes | CherryIn 嵌入 API 密钥(必填) | |
| DEFAULT_COLLECTION | No | 默认向量集合 | default |
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 | |
Latest Blog Posts
- 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/laneinrain/kb-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server