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.
Popular MCP server that enables AI agents to scaffold, build, run and test iOS, macOS, visionOS and watchOS apps or simulators and wired and wireless devices. It has powerful UI-automation capabilities like controlling the simulator, capturing run-time logs, as well as taking screenshots and viewing the accessibility hierarchy.
Transforms Claude Desktop into a conversational development environment using distributed MCP servers.
Generate and edit images using OpenAI's GPT-4o image generation and editing APIs with advanced prompt control.
Manage ServiceNow metadata, modules, records, and tests using Fluent, a TypeScript-based declarative DSL. Supports all ServiceNow SDK CLI commands.
A tool server for integrating Dify Workflows via the Model Context Protocol (MCP).
Provides access to OpenTelemetry traces and metrics through Logfire.
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.
Open-source tool for collaborative editing, versioning, evaluating, and releasing prompts.
Access prompt templates managed in an MLflow Prompt Registry. Requires a running MLflow server configured via the MLFLOW_TRACKING_URI environment variable.
Expose API endpoints as strongly typed tools from an OpenAPI specification. Supports OpenAPI 2.0/3.0 in JSON or YAML format, from local or remote files.