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

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

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

TDQS

A3.7/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: knowledge_search for query-based relevance, knowledge_get for retrieving by ID, and knowledge_list for enumerating with filters. No overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent pattern: knowledge_ + verb (search, get, list). The naming is uniform and predictable, with no mixed conventions.

Tool Count5/5

Three tools is a well-scoped count for a read-focused knowledge server. Each tool covers a distinct core operation (search, retrieve, list) without unnecessary bloat.

Completeness2/5

The server is entirely read-only, offering no operations to create, update, or delete knowledge documents. For a domain implied as 'knowledge management', this is a significant gap that would prevent agents from writing to the knowledge base.

Maintenance

ActivitySlowing
ResponsivenessNo issues