servers
llms-txt
| servers | llms-txt | |
|---|---|---|
| 401 | 80 | |
| 87,066 | 2,438 | |
| 2.6% | 4.1% | |
| 9.8 | 7.4 | |
| 8 days ago | 6 days ago | |
| TypeScript | Jupyter Notebook | |
| GNU General Public License v3.0 or later | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
servers
- Build a tiny MCP server in JavaScript -Claude, Codex friendly
-
Can you build a successful business in a Claude Code loop?
Most agents don't speak raw HTTP — they speak MCP. So the real distribution surface is a tiny MCP server that exposes each endpoint as a tool and does the paying under the hood. The agent calls web_search(query); the server hits the paid endpoint, handles the 402 with its operator's wallet, returns JSON. One line to install:
-
Building an MCP server with Node.js
The Model Context Protocol (MCP) is an open standard for connecting AI hosts (Claude, ChatGPT, Cursor, VS Code, and others) to external context and actions through a structured protocol instead of ad-hoc plugins.
-
Why Dremio's Value Is Unique to Apache Iceberg Lakehouses and Agentic Analytics
Model Context Protocol specification
-
How I Built an MCP Server for M-PESA — and Why It Matters for East Africa
That changed when I built mpesa-mcp — a Model Context Protocol server that wraps the Daraja API and makes it directly available to Claude, GPT-4, and Gemini.
-
Let your AI agent test your API: two-go's AI layer and MCP server
If you haven't run into it yet, MCP (Model Context Protocol) is an open standard for exposing tools to AI agents. two-go ships an MCP server that runs over stdio with no dependencies, no URL, no account, and no API key. It's all local.
-
Introducing LlamaStash: a zero-overhead, terminal-native llama.cpp launcher
MCP server surface. The CLI is already agent-friendly, so I'm double minded about whether a Model Context Protocol server would make integration smoother. I'm personally not a fan of MCP and prefer skills and CLIs.
-
How Claude Code's Skills System Actually Works
As noted in the Model Context Protocol (MCP) Introduction, this protocol allows Claude to interact with systems like GitHub and local databases through a standardized interface.
-
I got tired of re-explaining my codebase to every coding agent — so I made critical memory live in the repo next to code
Keep the project's living context: current task state, decisions, conventions, known footguns as plain Markdown committed to the repo, and expose it to the agent over MCP.
-
Best Claude Code MCP Servers in 2026 (Ranked)
The MCP ecosystem doubles every few months. Bookmark the official MCP servers repository for the canonical list.
llms-txt
-
Paginating Magento catalogs without OFFSET
I was building a module that reads every product in a Magento catalog to generate an llms.txt file. On a store with 70,000 products, the standard Magento collection was fast at page 1 and unusably slow around page 40. The code did not change — only the page number.
-
Is your Magento store legible to AI assistants?
llms.txt is a proposed convention: a single Markdown file at your domain root that tells an assistant, in plain prose, what lives here and where the canonical version is. Think of it as a robots.txt written for comprehension instead of permission.
-
Ask HN: Is the web for machines (/llm.txt) the one we wished we had as humans?
Putting it in .well-known/ was immediately raised as an issue from the beginning; it’s issue #2 in fact:
https://github.com/AnswerDotAI/llms-txt/issues/2
It’s been completely ignored ever since.
-
Prompt Engineering is Dead. Long Live Context-as-Code
The llms.txt file
-
What is AEO (Answer Engine Optimisation) and Why Should Developers Care?
4. No llms.txt. This newer standard gives AI crawlers a structured summary of your site. Most sites don't have one — add it in 10 minutes:
-
AI for Documentation That Developers Actually Maintain
In September 2024, Jeremy Howard of Answer.AI proposed a standard for a /llms.txt file at the root of any docs site, structured to be cheap for a language model to ingest. Within months, Mintlify rolled out automatic support across every site they host. Mintlify built the llms-full.txt variant with Anthropic (a single concatenated dump of all docs), because parsing fragmented HTML was killing Anthropic's indexing pipelines. Cloudflare, Vercel, and a thousand others followed in months.
-
I built an llms.txt for Salesforce — so AI stops writing deprecated Apex
llms.txt is an emerging convention: a Markdown file at a known location that tells AI agents how to use your content. I used it to build sf-llms-context — a small, opinionated Salesforce knowledge base aimed squarely at coding agents.
-
Bots read fast pages too: what we reprioritised after an AI-crawler audit
Optional llms.txt: Some teams publish llms.txt to point systems at preferred docs. Optional for most architectures; Lighthouse's Agentic Browsing category includes a discoverability check if you publish one (see the scoring post linked above).
-
Anna's Archive llms.txt: a routing guide for LLM crawlers
The page is two things stacked. The surface artifact is an llms.txt file — a young convention that mirrors robots.txt but addresses language models instead of search crawlers. The substance, written into that file, is a four-step routing guide off the human-facing site and onto bulk endpoints that the project would rather see crawlers use. The post resurfaced on Hacker News this week with 750 upvotes and 413 comments, three months after publication.
- If you're an LLM, please read this – Anna's Blog
What are some alternatives?
claudebox - The Ultimate Claude Code Docker Development Environment - Run Claude AI's coding assistant in a fully containerized, reproducible environment with pre-configured development profiles.
commercetxt - Transaction-ready context for AI agents. Like llms.txt, but for e-commerce.
typescript-sdk - The official TypeScript SDK for Model Context Protocol servers and clients
openfront - Shopify alternative built on Next.js and Keystone.js
awesome-mcp-servers - A collection of MCP servers. [GET https://api.github.com/repos/punkpeye/awesome-mcp-servers: 404 - Not Found // See: https://docs.github.com/rest]
llms-txt-hub - 🤖 The largest directory for AI-ready documentation and tools implementing the proposed llms.txt standard