KB-MCP Server
by isshiki-dev
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_documentC | Ingest a document into the knowledge base. Stores content with embeddings for semantic search. |
| query_knowledgeC | Query the knowledge base using semantic search. |
| list_documentsC | List all documents in the knowledge base. |
| get_documentC | Get a specific document by ID. |
| delete_documentC | Delete a document from the knowledge base. |
| update_documentC | Update an existing document. |
| kb_statsB | 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 | |
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/isshiki-dev/kb-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server