Awesome MCPSoftware Development

spences10/mcp-svelte-docs

⭐ 123 TypeScript added to this list on 2025-05-14 repository created 2025-01-20

mcp-svelte-docs is a TypeScript Model Context Protocol server that supplies Svelte 5 and SvelteKit reference material to coding assistants. Instead of many narrow tools, it takes a definition-first approach and exposes one tool, svelte_definition, which accepts an identifier and an optional format. The format controls response length: syntax returns only the TypeScript signature at around fifty words, quick adds a minimal example at around two hundred words, and full, the default, gives complete documentation with examples at roughly five hundred to a thousand words. More than twenty-eight identifiers are covered. The core runes include $state with its raw and snapshot variants, $derived and $derived.by, $props, $bindable, and the $effect family with pre, root, pending and tracking. Development helpers $inspect and $host are included. Feature and pattern entries cover snippets, onclick, component events, migration patterns from Svelte 4 to Svelte 5, await expressions for asynchronous work directly in templates, remote functions for typed client-server communication, global state, common mistakes and lifecycle equivalents. Event handling has its own entries for custom events, event delegation and event modifiers, and the TypeScript interfaces Snippet and Snapshot are documented as well. The definitions are extracted directly from the official Svelte 5 TypeScript declarations rather than written by hand, so they describe the actual API with precise parameter types, return values and constraints instead of tutorial-era syntax. When a lookup fails, the server applies fuzzy matching to suggest the correct identifier for a typo and points at related concepts. It runs with npx -y mcp-svelte-docs and the README gives mcpServers configuration for Claude Desktop and Windsurf both natively and through WSL, for plain Windows, for macOS and Linux, and a Cursor install deeplink. The licence is MIT.

https://github.com/spences10/mcp-svelte-docs

mcp-serversveltesveltekitdocumentationtypescriptdeveloper-tools

Also in Software Development

Graphify-Labs/graphify

Graphify transforms codebases, documentation, and other files into queryable knowledge graphs, enhancing developer productivity with local AST parsing and detailed edge explanations.

upstash/context7

Context7 MCP Server is an MCP server that delivers up-to-date, version-specific code documentation and examples to enhance LLMs and AI code editors, ensuring accurate and current code generation.

DeusData/codebase-memory-mcp

High-performance Model Context Protocol (MCP) server that indexes codebases into a persistent knowledge graph for AI coding agents, supporting 158 languages, lightning-fast queries, and various dev...

github/github-mcp-server

GitHub MCP Server is an official Model Context Protocol server that integrates with GitHub APIs to enable advanced automation and AI-powered interactions with GitHub repositories and workflows.

tirth8205/code-review-graph

Code-review-graph is a local-first code intelligence solution that builds a persistent structural map of your codebase to provide precise context to AI coding tools, significantly reducing token us...

oraios/serena

Serena is a free and open-source coding agent toolkit that uses the Model Context Protocol to enable LLMs to autonomously perform semantic code retrieval and editing with IDE-like precision on complex codebases.

eyaltoledano/claude-task-master

Claude Task Master is an AI-powered task management system designed for AI-driven development that integrates seamlessly with various editors via the Model Control Protocol (MCP).

mksglu/context-mode

Context Mode is an MCP server designed to optimize context window usage for AI coding agents by sandboxing tool output, tracking session continuity with SQLite, and promoting LLMs as code generator...