Skip to content
Back to search
100
MCP live MCP 2025-11-25 http

RevoGrid DataGrid MCP

io.github.revolist/revogrid-mcp

Token-free MCP server for structured RevoGrid Core, Pro, and Enterprise knowledge retrieval.

Uptime
100.0%
1 direct probes · 30d
Response
176ms
last probe
Tools
4
callable
Resources
7
readable
Prompts
3
available

Tools · 4

search_revogrid_docs

Search docs, API reference, examples, and migration notes for RevoGrid.

find_examples

Search runnable or live RevoGrid examples only.

resolve_feature_matrix

Resolve whether a RevoGrid feature exists, whether it is Pro, and where to learn it.

get_migration_notes

Get upgrade notes between RevoGrid versions.

Resources · 7

latest-version

Returns the latest indexed RevoGrid version.

revogrid://versions/latest
all-versions

Returns all indexed versions in the catalog.

revogrid://versions/all
catalog-coverage

Summary of indexed chunk coverage by repository, surface, doc type, and path.

revogrid://catalog/coverage
feature-matrix

Structured feature availability catalog.

revogrid://features/matrix
react-getting-started

Getting started resources for React.

revogrid://frameworks/react/getting-started
vue-getting-started

Getting started resources for Vue.

revogrid://frameworks/vue/getting-started
angular-getting-started

Getting started resources for Angular.

revogrid://frameworks/angular/getting-started

Prompts · 3

revogrid-feature-check

Validate a feature claim and return docs/examples quickly.

revogrid-migration-checklist

Run a migration-oriented discovery flow from version A to B.

revogrid-example-playbook

Find high-confidence RevoGrid examples for implementation guidance.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "revogrid_datagrid_mcp": {
      "url": "https://mcp.rv-grid.com",
      "transport": "http"
    }
  }
}