MCP-llms-txt
mcp-llms-txt
Awesome-llms-txt用の MCP サーバー。MCP リソースを介して会話に直接ドキュメントを追加できます。
インストール
pulsemcp.comでセットアップ ガイドと使用例をご覧ください
Smithery経由でインストール
Smithery経由で Claude Desktop 用の Awesome-llms-txt 用の MCP サーバーを自動的にインストールするには:
npx -y @smithery/cli install @SecretiveShell/MCP-llms-txt --client claude手動インストール
claude config を次のように設定します。
{
"mcpServers": {
"mcp-llms-txt": {
"command": "uvx",
"args": ["mcp-llms-txt"],
"env": {
"PYTHONUTF8": "1"
}
}
}
}Related MCP server: MCP LLMS-TXT Documentation Server
テスト
mcp-cliを使用してサーバーをテストします。
npx -y "@wong2/mcp-cli" -c config.json構成ファイルは既に設定されており、API キーやシークレットがないため変更する必要はありません。
貢献
貢献を歓迎します!問題を報告したり、プルリクエストを送信してください。
ライセンス
このプロジェクトは MIT ライセンスに基づいてライセンスされています。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceAn MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context21265MIT
- Alicense-qualityDmaintenanceAn MCP server that provides tools to load and fetch documentation from any llms.txt source, giving users full control over context retrieval for LLMs in IDE agents and applications.1,025MIT
- Alicense-qualityDmaintenanceAn MCP server that exposes the llms.txt file and its referenced local or external resources from a project root to provide context for AI models. It automatically parses documentation links and URLs to make them accessible as additional MCP resources.1MIT
- Alicense-qualityDmaintenanceGeneric MCP server that exposes Markdown documentation to LLMs, enabling them to search and answer questions about any software documentation.MIT
Related MCP Connectors
MCP server for accessing curated awesome list documentation
MCP server for AI dialogue using various LLM models via AceDataCloud
An MCP server that gives your AI access to the source code and docs of all public github repos
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/SecretiveShell/MCP-llms-txt'
If you have feedback or need assistance with the MCP directory API, please join our Discord server