svelte-llm
Click on "Install 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: Liveblocks
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/inspectorhttp://127.0.0.1:6274
You 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/khromov/svelte-llm-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server