MCP server that extracts and serves context from llm.txt files, enabling AI models to understand file structure, dependencies, and code relationships in development environments
{
"mcpServers": {
"mcp-get-communityserver-llm-txt": {
"command": "npx",
"args": [
"-y",
"@mcp-get-community/server-llm-txt"
]
}
}
}