chezmoi-documentation-mcp-server
by llamakko
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_USER_AGENT | No | Optional custom user agent for HTTP requests. If unset, the server uses its built-in user agent string | |
| FASTMCP_LOG_LEVEL | No | Log level for FastMCP (from example config) | ERROR |
| CHEZMOI_DOCUMENTATION_BASE_URL | No | Base URL for docs crawling | https://www.chezmoi.io/ |
| CHEZMOI_DOCUMENTATION_MAX_PAGES | No | Maximum number of pages to crawl for the search index | 350 |
| CHEZMOI_DOCUMENTATION_CONCURRENCY | No | Concurrent fetches while building the index | 10 |
| CHEZMOI_DOCUMENTATION_MAX_REDIRECTS | No | Maximum redirects to follow after validating each hop | 5 |
| CHEZMOI_DOCUMENTATION_MAX_URL_LENGTH | No | Maximum documentation URL length | 2048 |
| CHEZMOI_DOCUMENTATION_MAX_LIST_RESULTS | No | Upper bound for list_documentation_pages(limit=...) | 200 |
| CHEZMOI_DOCUMENTATION_MAX_QUERY_LENGTH | No | Maximum search or filter query length | 240 |
| CHEZMOI_DOCUMENTATION_RATE_LIMIT_CALLS | No | Maximum tool calls per rate-limit window | 30 |
| CHEZMOI_DOCUMENTATION_CACHE_TTL_SECONDS | No | Cached search index lifetime in seconds | 3600 |
| CHEZMOI_DOCUMENTATION_MAX_SECTION_COUNT | No | Maximum requested sections per call | 12 |
| CHEZMOI_DOCUMENTATION_MAX_DOCUMENT_CHARS | No | Maximum Markdown/text characters returned from a page or section | 120000 |
| CHEZMOI_DOCUMENTATION_MAX_RESPONSE_BYTES | No | Maximum HTML response size in bytes | 3145728 |
| CHEZMOI_DOCUMENTATION_MAX_SEARCH_RESULTS | No | Upper bound for search_documentation(limit=...) | 20 |
| CHEZMOI_DOCUMENTATION_MAX_SECTION_LENGTH | No | Maximum section heading match length | 120 |
| CHEZMOI_DOCUMENTATION_REQUEST_TIMEOUT_SECONDS | No | HTTP timeout per request in seconds | 20 |
| CHEZMOI_DOCUMENTATION_ALLOW_UNOFFICIAL_BASE_URL | No | Set to 'true' only for local development against a non-official docs mirror | |
| CHEZMOI_DOCUMENTATION_RATE_LIMIT_PERIOD_SECONDS | No | Rate-limit window length in seconds | 60 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- 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/llamakko/chezmoi-documentation-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server