Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KB_DATA_DIR | No | Directory for storing knowledge base data | ./.kb-data |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| ingest_document | Ingest a document into the knowledge base. Stores content with embeddings for semantic search. |
| query_knowledge | Query the knowledge base using semantic search. |
| list_documents | List all documents in the knowledge base. |
| get_document | Get a specific document by ID. |
| delete_document | Delete a document from the knowledge base. |
| update_document | Update an existing document. |
| kb_stats | Get knowledge base statistics. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |