llmstxt-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| addA | Add a new llms.txt (https://llmstxt.org) by URL. Fetches and caches the document locally. Use when the user wants to save, import, or subscribe to an llms.txt. |
| editA | Update name, url, or description of an llms.txt entry by id. Re-fetches if url changes. Call |
| delA | Delete an llms.txt entry and its cached content by id. Call |
| listA | List all saved llms.txt entries (id, name, url, description). Use when the user asks what's available, or to look up an id for other tools. |
| viewA | Read the content of a stored llms.txt document by id. The returned text contains absolute URLs that can be fetched via |
| view_docA | Fetch a document content linked from a stored llms.txt by its absolute URL. Typically called with a URL discovered via |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- 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/vitaleap/llmstxt-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server