Co-Pilot
Updated a month ago

mcp

Ssveltejs
0.2k
sveltejs/mcp
68
Agent Score

💡 Summary

This repository hosts the official Svelte MCP server for managing embeddings and local development tools.

🎯 Target Audience

Svelte developersBackend engineersData scientistsDevOps professionals

🤖 AI Roast:Powerful, but the setup might scare off the impatient.

Security AnalysisMedium Risk

Risk: Medium. Review: outbound network access (SSRF, data egress). Run with least privilege and audit before enabling in production.

@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/

  • Transport type: Streamable HTTP
  • http://localhost:5173/mcp

Database inspector

pnpm run db:studio

https://local.drizzle.studio/

5-Dim Analysis
Clarity7/10
Novelty6/10
Utility8/10
Completeness6/10
Maintainability7/10
Pros & Cons

Pros

  • Supports local development tools.
  • Integrates with embeddings for enhanced functionality.

Cons

  • Limited documentation on advanced features.
  • Requires specific environment setup.

Related Skills

svelte-skills-kit

B
toolCo-Pilot
78/ 100

“Powerful, but the setup might scare off the impatient.”

pytorch

S
toolCode Lib
92/ 100

“It's the Swiss Army knife of deep learning, but good luck figuring out which of the 47 installation methods is the one that won't break your system.”

agno

S
toolCode Lib
90/ 100

“It promises to be the Kubernetes for agents, but let's see if developers have the patience to learn yet another orchestration layer.”

Disclaimer: This content is sourced from GitHub open source projects for display and rating purposes only.

Copyright belongs to the original author sveltejs.