This MCP server provides an endpoint for Model Context Protocol (MCP) to facilitate AI assistants using Svelte 5 and SvelteKit. It supports both streamable HTTP and SSE for different client compatibility.
From the registry: An MCP server that provides access to Svelte 5 and SvelteKit documentation
Please install the `svelte-llm-mcp` MCP server into my current AI client (that's you).
Canonical MCP server config (HTTP transport):
- url: `https://svelte-llm.stanislav.garden/mcp/mcp`
Note: Hosted MCP providing LLM presets and context for Svelte 5 and SvelteKit development. SSE endpoint also available: https://svelte-llm.stanislav.garden/mcp/sse
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.GITHUB_TOKENrequiredGitHub token with public_repo permissions.DB_URLrequiredDatabase connection URL for PostgreSQL.Provide your AI coding tools with token-efficient access to up-to-date technical documentation for…