MCP LLMS-TXT Documentation Server

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
hostNoHost to bind the server to when using non-stdio transport
jsonNoPath to a JSON config file containing documentation sources
portNoPort to run the server on when using non-stdio transport
urlsNoURLs of llms.txt files to use, can be specified as plain URLs or with optional names using the format 'name:url'
yamlNoPath to a YAML config file containing documentation sources
timeoutNoHTTP request timeout in seconds10.0
transportNoTransport method to use (e.g., 'stdio', 'sse')stdio
follow_redirectsNoFollow HTTP redirectsFalse

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools