Skip to content

Instantly share code, notes, and snippets.

@YoanAncelly
Last active April 11, 2025 13:55
Show Gist options
  • Save YoanAncelly/512f1b2902a9bec582b904a486ca140b to your computer and use it in GitHub Desktop.
Save YoanAncelly/512f1b2902a9bec582b904a486ca140b to your computer and use it in GitHub Desktop.
Give dev documentation to LLMs via llms.txt
# Configuration for mcp-mcpdoc server
# Each entry must have a llms_txt URL and optionally a name
- name: n8n
llms_txt: https://raw.githubusercontent.com/YoanAncelly/unofficial-llmstxt/refs/heads/main/llmstxt/n8n/llms.txt
{
"mcpServers": {
"langgraph-docs-mcp": {
"command": "uvx",
"args": [
"--from",
"mcpdoc",
"mcpdoc",
"--yaml",
"llms/llmstxt_config.yaml",
"--allowed-domains",
"https://docs.n8n.io",
"--transport",
"stdio"
],
"alwaysAllow": [
"list_doc_sources",
"fetch_docs"
]
}
}
}
for ANY question about a technology in the tech stack below, use the langgraph-docs-mcp server to help answer --
+ call list_doc_sources tool to get the available llms.txt file
+ call fetch_docs tool to read it
+ reflect on the urls in llms.txt
+ reflect on the input question
+ call fetch_docs on any urls relevant to the question
Tech stack:
+ n8n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment