Skip to main content
Glama
NumericalPie

knowledge-mcp-server

by NumericalPie

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
query_knowledgeA

Search the knowledge base using semantic search. Returns relevant document chunks with similarity scores.

index_urlB

Fetch and index content from a URL into the knowledge base

add_documentB

Add a markdown document to the knowledge base

list_documentsA

List all documents in the knowledge base

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: adding documents, indexing URLs, listing documents, and querying. No overlap or ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (add_document, index_url, list_documents, query_knowledge).

Tool Count5/5

With 4 tools, the server is appropriately scoped for a knowledge base manager, covering essential operations without excess.

Completeness4/5

The toolset covers adding (two methods), listing, and searching the knowledge base, but lacks update or delete operations, which is a minor gap.

Maintenance

ActivityInactive
ResponsivenessNo issues