GitHub - sveltejs/mcp: The official svelte MCP for all your agentic needs.

2 min read Original article ↗

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

/ mcp Public

The official svelte MCP for all your agentic needs.

128 stars 19 forks Branches Tags Activity

Notifications You must be signed in to change notification settings

Repository files navigation

@sveltejs/mcp

Repo for the official Svelte MCP server.

Dev setup instructions

pnpm i
cp apps/mcp-remote/.env.example apps/mcp-remote/.env
pnpm dev
  1. Set the VOYAGE_API_KEY for embeddings support

Note

Currently to prevent having a bunch of Timeout logs on vercel we shut down the SSE channel immediately. This means that we can't use server.log and we are not sending list-changed notifications. We can use elicitation and sampling since those are sent on the same stream of the POST request

Local dev tools

MCP inspector

pnpm run inspect

Then visit http://localhost:6274/

Database inspector

pnpm run db:studio

https://local.drizzle.studio/