关于
Llmctx is a service designed to bridge Svelte 5 and SvelteKit developer documentation with AI assistants through a Model Context Protocol (MCP) endpoint. It enables AI tools like Claude Desktop and other clients to access structured Svelte documentation via SSE or Streamable HTTP. The platform is extensible, allowing users to define and integrate their own custom LLM presets by specifying GitHub repositories and flexible glob patterns for file inclusion, promoting a collaborative approach to maintaining up-to-date documentation for AI models.
主要功能
- Supports SSE (Claude Desktop) and Streamable HTTP clients
- Provides MCP endpoint for Svelte 5 and SvelteKit documentation
- 115 GitHub stars
- Allows custom preset creation from GitHub repositories
- Includes a local MCP debug inspector
- Utilizes glob patterns for flexible file matching and exclusion
使用案例
- Enabling AI assistants to access up-to-date Svelte documentation for development queries
- Curating and sharing specialized documentation sets as LLM presets
- Developing and debugging Model Context Protocol integrations for AI tools