Remote server (SSE/Streamable) for the latest Svelte and SvelteKit documentation
llmctx transforms technical documentation into AI-ready formats. It provides a simple way to access condensed, LLM-friendly versions of popular framework and library documentation through preset URLs. This makes it easier for developers to use AI coding assistants like Cursor or Zed with accurate, up-to-date context from official documentation sources.
Visit llmctx.com to see all presets.
To add a new preset:
Fork this repo.
Open the src/lib/presets.ts
file.
Add a new entry to the presets
object with the following structure:
[presetKey]: {
title: 'Preset Title',
owner: 'github-owner',
repo: 'github-repo',
glob: ['**/*.md', '**/*.mdx', '!**/excluded/**'], // Required, supports glob patterns
prompt: 'Optional prompt for additional context'
}
Create a pull request with your changes.
The glob
field supports glob patterns, providing flexible file matching:
**/*.md
to match all Markdown files in any subdirectory**/*.mdx
to match all MDX files in any subdirectory!pattern
to exclude files/directories matching the pattern['**/*.md', '**/*.mdx', '!**/excluded/**']
Please ensure that the documentation source is reliable and actively maintained.
An AI-driven platform for frontend semantic cognition and automation.
Fetch comprehensive information about CRAN packages, including READMEs, metadata, and search functionality.
Bring the full power of BrowserStack’s Test Platform to your AI tools, making testing faster and easier for every developer and tester on your team.
Aggregates multiple MCP resource servers into a single interface using a JSON configuration file.
MCP server for text-to-graphql, integrates with Claude Desktop and Cursor.
A powerful and flexible MCP server designed to enhance the development experience with Shadcn UI components, providing tools for component management, documentation, and installation.
Provides multi-cluster Kubernetes management and operations using MCP, featuring a management interface, logging, and nearly 50 built-in tools covering common DevOps and development scenarios. Supports both standard and CRD resources.
Interact with the JFrog Platform API for repository management, build tracking, and release lifecycle management.
An SSE-based MCP server that allows LLM-powered applications to interact with OCI registries. It provides tools for retrieving information about container images, listing tags, and more.
Execute terminal commands for malware analysis. Requires Node.js 18 or higher.