Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
KB_DATA_DIRNoDirectory for storing knowledge base data./.kb-data

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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