Skip to main content
Glama
rfbatista

document-manager-mcp

by rfbatista

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DOCS_PROJECT_NAMENoShort label for this project, used to differentiate multiple Document Manager MCP instances in the client.
DOCS_PROJECT_ROOTNoAbsolute or relative path to the project root containing the docs/ directory. Defaults to current working directory if not set.
DOCS_EMBEDDING_MODELNoOptional Hugging Face model ID for feature extraction, e.g., 'Xenova/all-mpnet-base-v2'.
DOCS_EMBEDDING_PROVIDERNoSet to 'local' to enable semantic search using Transformers.js.

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

Tools

Functions exposed to the LLM to take actions

NameDescription
list_docsA

List documentation files. Optionally filter by doc type (feature-specs, jtbd, user-stories, api).

read_docA

Read the content of a documentation file by type and slug (filename without path).

write_docA

Write or overwrite a documentation file. Content must be markdown. Creates parent folder if needed.

create_docB

Create a new documentation file with optional initial content. Use docType to choose category.

delete_docA

Delete a documentation file by type and slug.

search_docsA

Search documentation by text. Use semantic search (by meaning) when local embeddings are enabled (DOCS_EMBEDDING_PROVIDER=local), otherwise keyword (case-insensitive) search.

product_vision_and_strategyA

View the product vision and strategy document. Creates the file with a default template (docs/product-vision-and-strategy.md) if it does not exist.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
product-vision-and-strategy

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/rfbatista/document-manager-mcp'

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