MCP LLMS-TXT Documentation Server
Official
by langchain-ai
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
host | No | Host to bind the server to when using non-stdio transport | |
json | No | Path to a JSON config file containing documentation sources | |
port | No | Port to run the server on when using non-stdio transport | |
urls | No | URLs of llms.txt files to use, can be specified as plain URLs or with optional names using the format 'name:url' | |
yaml | No | Path to a YAML config file containing documentation sources | |
timeout | No | HTTP request timeout in seconds | 10.0 |
transport | No | Transport method to use (e.g., 'stdio', 'sse') | stdio |
follow_redirects | No | Follow HTTP redirects | False |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |