Skip to main content
Glama
gilanggsb

knowledge-mcp

by gilanggsb

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TRANSPORTNoTransport protocol: stdio, http, or sse. Defaults to stdio.stdio
KNOWLEDGE_ROOTNoPath to knowledge sources.
LEXICAL_PROVIDERNoLexical search provider: sqlite_fts (default) or disabled.sqlite_fts
SEMANTIC_PROVIDERNoSemantic search provider: disabled (default) or qdrant.disabled

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
knowledge_searchA

Search for knowledge documents matching a query. Returns relevant documents ranked by relevance.

knowledge_getA

Get the full content of a specific knowledge document by its document ID. Can retrieve specific sections.

knowledge_listB

List knowledge documents with optional filtering by scope and prefix.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
System StatusCurrent status of the Knowledge MCP server including provider health and configuration

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/gilanggsb/knowledge-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server