Skip to main content
Glama

MCP Svelte Docs Server

mcp-svelte-docs

Svelte 5에 대한 포괄적인 참조 가이드를 제공하는 모델 컨텍스트 프로토콜(MCP) 서버입니다. LLM이 사용자가 Svelte를 사용할 때 정확한 지침을 제공할 수 있도록 지원합니다. Svelte 4에서 Svelte 5로의 마이그레이션 패턴을 포함할 뿐만 아니라, Svelte 5 기능, 일반적인 실수, 모범 사례에 대한 자세한 참조 자료 역할도 합니다.

구성

Claude Desktop(WSL을 통해)

지엑스피1

윈드서핑(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"] } } }

맥OS/리눅스

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

기여하다

기여를 환영합니다! 풀 리퀘스트를 제출해 주세요.

특허

MIT 라이센스 - 자세한 내용은 LICENSE 파일을 참조하세요.

감사의 말

기반으로 구축됨:

You must be authenticated.

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

로컬 캐싱과 여러 llms.txt 문서 형식을 지원하여 MCP 프로토콜을 통해 Svelte 문서의 벡터 유사성 검색과 제공을 가능하게 합니다.

  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