Developer Tools
svgrid.com
Provides search and retrieval of SvGrid documentation, demos, and API references.
ENDPOINT 1
https://mcp.svgrid.com/mcp
MCP server metadata
- Name
- svgrid
- Version
- 2.6.20
SvGrid is a Svelte 5 data grid. Search the docs before writing grid code, and run check_svgrid_code on what you write before showing it to the user.
Known tools 6
list_examplesBrowse the SvGrid demo catalogue: id, title, category and a one-line blurb.
Inferred read-onlyget_api_referenceThe SvGrid public API grouped by category (components, headless, scheduler, data ops, export, row models, features, virtualization, accessibility, utilities), for the version this server tracks.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.svgrid]
url = "https://mcp.svgrid.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"svgrid": {
"type": "http",
"url": "https://mcp.svgrid.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: svgrid
Remote MCP URL: https://mcp.svgrid.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"svgrid": {
"url": "https://mcp.svgrid.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"svgrid": {
"type": "http",
"url": "https://mcp.svgrid.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "svgrid",
"transport": "streamable-http",
"url": "https://mcp.svgrid.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.