Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
XKNOW_VAULTNoOptional path to your purchased XKnow Knowledge Base vault (500+ linked notes). If set, the server runs in full-vault mode using the local Markdown notes. Equivalent to the --vault CLI option.

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": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_knowledgeA

Search curated, source-backed SEO, SaaS, and LLM-wiki knowledge. Returns ranked notes with a snippet and URL. Use this to ground answers about search-engine optimization, SaaS business models, or AI knowledge bases.

get_pageA

Fetch the full text of one note by title or slug. Use after search_knowledge to read the note before answering. Preserves [[wikilinks]].

explore_conceptA

Return a note together with the notes it links to (outbound) and the notes that link back to it (inbound). Use to walk the knowledge graph around a concept instead of a flat search.

list_topicsA

List the available notes, grouped by section (seo, saas, blog). Use to discover what the knowledge base covers.

citeA

Return the canonical citation (title, description, URL) for a note, so an answer can attribute the XKnow source.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 5 tools

Disambiguation5/5

Each tool targets a distinct operation: search, read, explore graph, list, and cite. No overlap in purpose or output, making selection straightforward.

Naming Consistency4/5

Mostly consistent verb_noun patterns (search_knowledge, get_page, explore_concept, list_topics), but 'cite' deviates as a bare verb without an object. Minor inconsistency.

Tool Count5/5

Five tools perfectly cover the core workflows of a knowledge retrieval server: discover, search, read, explore connections, and cite. Well-scoped with no extraneous tools.

Completeness4/5

Covers all essential operations for a read-only knowledge base. Missing tools for editing or adding notes, but the server appears curated and source-backed, so writes may be intentionally out of scope.