jamcgrath
01jamcgrath/svelte-component-graph-mcp
Plugin Claude Code
James McGrath's Claude Code plugins.
jamcgrath/svelte-component-graph-mcp
Plugin Claude Code
James McGrath's Claude Code plugins.
jamcgrath/svelte-component-graph-mcp
Plugin Claude Code
Query a Svelte/SvelteKit component dependency graph over MCP — what imports what, unused components, route→component maps, and a component's Svelte 5 props/slots. Bundles the MCP server and the /svelte-graph skill.
jamcgrath/svelte-component-graph-mcp
MCP server Claude CodeCodexCursor +2
MCP server exposing Svelte/SvelteKit component dependency graphs over stdio — the companion to the Svelte Component Visualizer VS Code extension. Runs locally from the svelte-component-graph-mcp npm package.
jamcgrath/svelte-component-graph-mcp
Skill Claude CodeCodex
Explore a Svelte/SvelteKit project's component dependency graph via the svelte-component-graph MCP — what imports what, which components are unused, route→component maps, and a component's Svelte 5 props/slots. Use when asked to map components, do impact analysis before a refactor, find dead components, or look up how…