← Registry

Developer Tools

svgrid.com

Provides search and retrieval of SvGrid documentation, demos, and API references.

1 endpoint6 known toolsFirst detected July 6, 2026Last detected September 6, 2026

ENDPOINT 1

https://mcp.svgrid.com/mcp

No auth detected

MCP server metadata

Name
svgrid
Version
2.6.20
Capabilities
tools
Server instructions

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

search

Ranked full-text search across the SvGrid documentation and demo catalogue.

Inferred read-only
fetch

Return the full text behind a search result.

Inferred read-only
list_examples

Browse the SvGrid demo catalogue: id, title, category and a one-line blurb.

Inferred read-only
get_example_source

Return the full .

Inferred read-only
get_api_reference

The 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-only
check_svgrid_code

Verify SvGrid code BEFORE handing it to the user.

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.