Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DOCNAV_REPOSITORIESNoOne or more documentation repository paths, separated by ':' on Linux/macOS. Defaults to ~/.docs-navigation-mcp/repository.~/.docs-navigation-mcp/repository

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
list_sourcesA

List available documentation sources across configured local repositories.

list_childrenA

List immediate child nodes under a source root or documentation node.

fetch_docsC

Fetch raw documentation content for one or more exact node IDs.

create_sourceC

Create an empty documentation source in the primary configured repository.

add_nodesA

Add one or more documentation nodes to an existing source.

update_nodesB

Update content, metadata, or hierarchy parents for existing nodes.

remove_nodesB

Remove nodes. Recursive removal preserves descendants that still have another parent.

remove_sourceA

Remove a documentation source and all of its stored nodes.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 8 tools

Disambiguation5/5

Each tool targets a distinct resource (sources vs nodes) with a clear action (list, fetch, create, add, update, remove). No overlapping purposes; an agent can reliably select the right tool.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (list_sources, add_nodes, remove_source, etc.). The convention is uniform and predictable.

Tool Count5/5

8 tools is well within the ideal range for a docs navigation server. Each tool serves a distinct purpose and the set is neither sparse nor bloated.

Completeness4/5

The surface covers source and node lifecycle (create, list, fetch, add, update, remove). Minor gap: no explicit source metadata update, but remove_source covers deletion and list_sources provides enumeration. Overall, core workflows are supported.

Maintenance

ActivityMaintained
ResponsivenessNo issues