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
関連サーバー
Alpha Vantage MCP Server
スポンサーAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
MCP Project Setup
A starter project with setup instructions and example MCP servers, including a weather server.
limelink-mcp-server
MCP server for managing Limelink dynamic links with platform-specific deep linking (iOS/Android), social previews, and UTM tracking
Memnode
Persistent, inspectable memory for AI agents via hosted MCP and API. Supports recall, structured query, lineage, correction, and tenant-scoped remote memory.
Multiverse MCP Server
A middleware server for running multiple, isolated instances of MCP servers with unique namespaces and configurations.
MCPilot
A FastAPI-based gateway for the Model Context Protocol (MCP) designed to unify and scale AI toolchains.
agent-droid-bridge
Agent Droid Bridge gives AI agents programmatic control over Android devices and emulators via ADB, exposed as an MCP server.
better-code-review-graph
Knowledge graph for token-efficient code reviews with Tree-sitter parsing, dual-mode embedding (ONNX + LiteLLM), and blast-radius analysis via MCP tools.
MCPHost
A CLI host application that enables Large Language Models (LLMs) to interact with external tools through the Model Context Protocol (MCP).
Gemsuite
The ultimate open-source server for advanced Gemini API interaction with MCP, intelligently selects models.
Jakarta Migration MCP
Specialized tools for analyzing and migrating Java applications from Java EE 8 (javax.*) to Jakarta EE 9+ (jakarta.*).