Gives Claude direct access to Svelte 5 and SvelteKit documentation through the llmctx service, which transforms official docs into condensed, LLM-friendly formats. The server connects to preset documentation URLs at svelte-llm.stanislav.garden that pull from GitHub repositories and process markdown files using glob patterns. Reach for this when you're coding with Svelte or SvelteKit and want Claude to have current reference material without manually copying docs into your prompts. The underlying llmctx project supports combining multiple documentation sources in a single URL and regularly updates content from official sources, so the context stays accurate as frameworks evolve.
Public tool metadata for what this MCP can expose to an agent.
list_sectionsLists all available Svelte 5 and SvelteKit documentation sections in a structured format. Returns sections as a list of "* title: [section_title], path: [file_path]" - you can use either the title or path when querying a specific section via the get_documentation tool. Always...Lists all available Svelte 5 and SvelteKit documentation sections in a structured format. Returns sections as a list of "* title: [section_title], path: [file_path]" - you can use either the title or path when querying a specific section via the get_documentation tool. Always...
No parameter schema in public metadata yet.
get_documentationRetrieves full documentation content for Svelte 5 or SvelteKit sections. Supports flexible search by title (e.g., "$state", "routing") or file path (e.g., "docs/svelte/state.md"). Can accept a single section name or an array of sections. Before running this, make sure to analy...1 paramsRetrieves full documentation content for Svelte 5 or SvelteKit sections. Supports flexible search by title (e.g., "$state", "routing") or file path (e.g., "docs/svelte/state.md"). Can accept a single section name or an array of sections. Before running this, make sure to analy...
sectionvalueLLM presets and MCP for Svelte 5 and SvelteKit. Visit the site at svelte-llm.stanislav.garden.
This service provides an MCP (Model Context Protocol) endpoint for use with AI assistants:
https://svelte-llm.stanislav.garden/mcp/mcphttps://svelte-llm.stanislav.garden/mcp/sse.env file with the content:
GITHUB_TOKEN=
DB_URL=postgres://admin:admin@localhost:5432/db
public_repo permissions.docker-compose upnvm use
npm i
npm run dev
You can also visit http://localhost:5173/admin to see all the "hidden" endpoints (default password = "secret")
NODE_TLS_REJECT_UNAUTHORIZED=0 NODE_OPTIONS="--insecure-http-parser" npx @modelcontextprotocol/inspector
You can also use GitHub Copilot in Agent mode to try the agent locally, see .vscode/mcp.json for info on how that works.
OG image from https://dynamic-og-image-generator.vercel.app/
io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage
io.github.mikerawsonnz/llm-orchestration-agent
io.github.mikerawsonnz/authenticated-llm-agent
labforgedev/copilot-memory-mcp
csoai-org/agent-prompt-injection-firewall-mcp
io.github.mikerawsonnz/authenticated-multi-llm-agent