document-manager-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DOCS_PROJECT_NAME | No | Short label for this project, used to differentiate multiple Document Manager MCP instances in the client. | |
| DOCS_PROJECT_ROOT | No | Absolute or relative path to the project root containing the docs/ directory. Defaults to current working directory if not set. | |
| DOCS_EMBEDDING_MODEL | No | Optional Hugging Face model ID for feature extraction, e.g., 'Xenova/all-mpnet-base-v2'. | |
| DOCS_EMBEDDING_PROVIDER | No | Set to 'local' to enable semantic search using Transformers.js. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| product-vision-and-strategy |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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