svelte-llm
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@svelte-llmhow do I create a reactive variable in Svelte 5?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
svelte-llm
LLM presets and MCP for Svelte 5 and SvelteKit. Visit the site at svelte-llm.stanislav.garden.
Related MCP server: Documentation MCP Server
MCP Endpoint
This service provides an MCP (Model Context Protocol) endpoint for use with AI assistants:
Streamable HTTP (Claude Desktop and most other clients):
https://svelte-llm.stanislav.garden/mcp/mcpSSE (Older clients that don't support Streamable):
https://svelte-llm.stanislav.garden/mcp/sse
Setup
Create a
.envfile with the content:GITHUB_TOKEN= DB_URL=postgres://admin:admin@localhost:5432/dbCreate a Classic GitHub token. It must have
public_repopermissions.Enter this in the .env file.
Run
docker-compose upRun:
nvm use
npm i
npm run devRun database migrations: visit http://localhost:5173/api/migrate in your browser after starting the dev server.
You can also visit http://localhost:5173/admin to see all the "hidden" endpoints (default password = "secret")
Debug MCP
NODE_TLS_REJECT_UNAUTHORIZED=0 NODE_OPTIONS="--insecure-http-parser" npx @modelcontextprotocol/inspectorYou can also use GitHub Copilot in Agent mode to try the agent locally, see .vscode/mcp.json for info on how that works.
Misc
OG image from https://dynamic-og-image-generator.vercel.app/
This server cannot be deployed
Maintenance
Related MCP Connectors
Checks AI-written SvGrid code against the real API, plus version-pinned Svelte 5 grid docs.
- mcpOAuthcom.squiredocs
Squire Docs — the durable, attributed spec layer for agentic development.
Versioned documentation registry and semantic search for AI tools and coding assistants.
Access Clerk authentication docs, SDK snippets, and quickstart guides
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceProvides access to SvelteKit and Tailwind CSS documentation, code snippets, and component examples with secure file operations and caching for building modern web applications.10-
- AlicenseAqualityBmaintenanceGenerates professional documentation for multi-language projects with deep code analysis, supporting frameworks like Docusaurus, MkDocs, and Sphinx, including API docs, PDF export, and OpenAPI specifications.9MIT
- FlicenseAqualityDmaintenanceProvides AI models with direct access to documentation for over 600 technologies from DevDocs.io, including popular languages, frameworks, and tools. It enables comprehensive searching, content retrieval, and offline access via an intelligent local caching system.122-
- FlicenseNot gradedqualityDmaintenanceProvides AI agents with comprehensive documentation and code patterns for the Fabkit Svelte 5 UI library. It enables users to search for components, icons, and theming APIs to ensure accurate implementation and prevent hallucinations.-