Skip to main content
Glama

MCP Svelte Docs Server

mcp-svelte-文档

模型上下文协议 (MCP) 服务器提供 Svelte 5 的全面参考指南,帮助 LLM 在用户使用 Svelte 时提供准确的指导。它不仅包含从 Svelte 4 到 Svelte 5 的迁移模式,还可作为 Svelte 5 功能、常见错误和最佳实践的详细参考。

配置

Claude Desktop(通过 WSL)

{ "mcpServers": { "mcp-svelte-docs": { "command": "wsl.exe", "args": ["bash", "-c", "npx -y mcp-svelte-docs"] } } }

风帆冲浪(通过 WSL)

{ "mcpServers": { "mcp-svelte-docs": { "command": "wsl.exe", "args": ["bash", "-c", "npx -y mcp-svelte-docs"] } } }

Windows(不含 WSL)

{ "mcpServers": { "mcp-svelte-docs": { "command": "npx", "args": ["-y", "mcp-svelte-docs"] } } }

macOS / Linux

{ "mcpServers": { "mcp-svelte-docs": { "command": "npx", "args": ["-y", "mcp-svelte-docs"] } } }

贡献

欢迎贡献代码!欢迎提交 Pull 请求。

执照

MIT 许可证 - 有关详细信息,请参阅LICENSE文件。

致谢

构建于:

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

通过 MCP 协议实现向量相似性搜索和 Svelte 文档服务,支持本地缓存和多种 llms.txt 文档格式。

  1. 配置
    1. 贡献
      1. 执照
        1. 致谢

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            An MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context
            Last updated -
            7
            62
            81
            TypeScript
            MIT License
          • -
            security
            A
            license
            -
            quality
            An MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context. Uses Ollama or OpenAI to generate embeddings. Docker files included
            Last updated -
            15
            20
            TypeScript
            MIT License
            • Apple
            • Linux
          • -
            security
            F
            license
            -
            quality
            An MCP server that integrates with Claude to provide smart documentation search capabilities across multiple AI/ML libraries, allowing users to retrieve and process technical information through natural language queries.
            Last updated -
            Python
          • A
            security
            A
            license
            A
            quality
            A documentation server based on MCP protocol designed for various development frameworks that provides multi-threaded document crawling, local document loading, keyword searching, and document detail retrieval.
            Last updated -
            2
            37
            JavaScript
            MIT License
            • Apple
            • Linux

          View all related MCP servers

          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/spences10/mcp-svelte-docs'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server