
Product
PHP and Composer Support Is Now in Beta
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.
@svgrid/mcp
Advanced tools
Model Context Protocol (MCP) server for SvGrid. Exposes example sources, docs, and API reference to AI assistants.
The official Model Context Protocol server for SvGrid.
Point any MCP-capable client - Claude Desktop, Claude Code, Cursor, Zed - at this server and the model answers with accurate, version-pinned facts about SvGrid: real prop, method, and event names, plus every demo's source as grounding. No hallucinated APIs, no stale blog posts.
| Tool | Purpose |
|---|---|
list_examples | Every demo: id, title, and one-line blurb. |
get_example_source | Full .svelte source for a demo by id. |
list_docs | Every documentation page (slug + title). |
get_doc | Markdown for a single doc by slug. |
search_docs | Case-insensitive substring search across the docs. |
get_api_reference | The curated public-API surface, grouped by category. |
# One-shot via npx (no install)
npx @svgrid/mcp
# Or install globally, then run the bin
npm install -g @svgrid/mcp
@svgrid/mcp
The server speaks MCP over stdio: stdout is reserved for JSON-RPC, logs go to stderr.
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or
%APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"svgrid": {
"command": "npx",
"args": ["-y", "@svgrid/mcp"]
}
}
}
Restart Claude Desktop and open a new chat - the tools above are now available.
claude mcp add svgrid -- npx -y @svgrid/mcp
Then run /mcp in a session to confirm svgrid is listed. Ask something like
"using svgrid, build a grid that groups by department and shows a sparkline per row"
and the model will pull the relevant demo sources before generating code.
Add the same mcpServers block to the editor's MCP configuration:
{
"mcpServers": {
"svgrid": { "command": "npx", "args": ["-y", "@svgrid/mcp"] }
}
}
cd packages/mcp
pnpm build
node dist/index.js
pnpm build first runs scripts/build-manifests.mjs, which reads
examples/src/demos/*.svelte and docs/**/*.md from the workspace and inlines
them into src/data.ts, so the published package is fully self-contained.
Commercial. Part of the SvGrid Enterprise offering; see svgrid.com/pricing.
The MIT @svgrid/grid core is free for any use.
SvGrid™ and sv-grid™ are trademarks of jQWidgets Ltd.
FAQs
Model Context Protocol (MCP) server for SvGrid. Exposes example sources, docs, and API reference to AI assistants.
The npm package @svgrid/mcp receives a total of 617 weekly downloads. As such, @svgrid/mcp popularity was classified as not popular.
We found that @svgrid/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Product
Socket’s PHP and Composer support is now in Beta for all customers, with PHP reachability analysis generally available.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.

Research
/Security News
Three compromised Rust crates pulled in a malicious dependency that downloaded and executed cross-platform malware during Cargo builds.