Svelte Documentation
Remote server (SSE/Streamable) for the latest Svelte and SvelteKit documentation
llmctx
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.
- Preset URLs for quick access to LLM-optimized documentation
- Regularly updated content from official documentation
Supported presets
Visit llmctx.com to see all presets.
Adding presets
To add a new preset:
-
Fork this repo.
-
Open the
src/lib/presets.tsfile. -
Add a new entry to the
presetsobject 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:
- Use
**/*.mdto match all Markdown files in any subdirectory - Use
**/*.mdxto match all MDX files in any subdirectory - Use
!patternto exclude files/directories matching the pattern - Combine patterns for fine-grained control, e.g.,
['**/*.md', '**/*.mdx', '!**/excluded/**'] - Patterns are processed in order, so you can include files and then exclude specific ones
Please ensure that the documentation source is reliable and actively maintained.
Feature requests
- Combine multiple documentation sources (e.g., https://llmctx.com/svelte,sveltekit)
- Create a "stack" of frequently used frameworks and libraries
- Implement a checkbox UI for selecting presets and generate custom URLs based on selected documentation
Related Servers
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Debugg AI
Enable your code gen agents to create & run 0-config end-to-end tests against new code changes in remote browsers via the Debugg AI testing platform.
OpenAI Image Generation
Generate and edit images using OpenAI's DALL-E models via the official Python SDK.
Snowfort Circuit MCP
Automate web browsers and Electron desktop applications for AI coding agents.
Zeropath
Interact with the Zeropath vulnerability management API.
Autoconsent MCP
A server for browser automation to create and test Autoconsent rules for web page consent management.
Add Tool
Fetches and sets up an MCP server from a specified GitHub repository.
Micromanage
A server for managing sequential development tasks with configurable rules using external .mdc files.
MCP‑Stack
A Docker Compose-based collection of MCP servers for LLM workflows, featuring centralized configuration and management scripts.
DIY MCP
A from-scratch implementation of the Model Context Protocol (MCP) for building servers and clients, using a Chinese tea collection as an example.
Limetest
A lightweight, AI-powered end-to-end testing framework for CI workflows. Requires an OpenAI API key.