Skip to content

Instantly share code, notes, and snippets.

View tenequm's full-sized avatar

Misha Kolesnik tenequm

View GitHub Profile
@donbr
donbr / mcp-llmstxt-config-guide.md
Last active July 29, 2025 21:41
Configuring MCP for llms.txt Files in Claude Desktop and Cursor

Configuring MCP for llms.txt Files in Claude Desktop and Cursor

Understanding llms.txt and MCP

Before configuring your MCP clients, it's important to understand the two components involved:

  1. llms.txt: A website index format that provides background information, guidance, and links to detailed documentation for LLMs. As described in the LangChain documentation, llms.txt is "an index file containing links with brief descriptions of the content"[1]. It acts as a structured gateway to a project's documentation.

  2. MCP (Model Context Protocol): A protocol enabling communication between AI agents and external tools, allowing LLMs to discover and use various capabilities. As stated by Anthropic, MCP is "an open protocol that standardizes how applications provide context to LLMs"[2].

@GiorgioBrux
GiorgioBrux / kagiGoogle.css
Last active May 7, 2025 19:08
Google-like custom css for kagi
/* Light mode only, removes some features.
Changelog:
- 29-05-2024 18:13: Fixed logo when no news result is found.
- 29-05-2024 19:20: Fixed more images button with wrong style.
*/
.logo svg {
display: none;
}