RealGrid2 MCP-based LLM Integration
We provide MCP that enables the use of RAG services for the real-* product family.
We support 6 tools.
-
get_product_info: Basic product information, list of supported products
-
get_resources, get_resource: List of documents and content by product
-
search_resources: Search RAG documents by product
-
list_dts_files, get_package_file: Retrieve d.ts files from a package
You can use it by registering mcpServers as shown in the mcp.json example.
{
"mcpServers": {
"real-mcp": {
"command": "npx",
"args": ["real-mcp"],
}
}
}- If the tool list is different, try changing args to "real-mcp@1.0.4".
When integrating with an LLM, anticipated issues may include bugs in the product itself or phantom responses to non-existent feature requests.
Additionally, since the content is always applied based on the latest version of the documentation, if it is difficult to keep your current product version updated to the latest, you may need to verify whether the feature is available in an existing version.
Currently, RealGrid 2 and RealChart are supported.
- For situations where external access to LLM/MCP is difficult, such as in closed network environments, you can download the documentation as a Markdown (.md) file.
After downloading the realgrid-md-docs.zip (opens in a new tab) file, you can directly register and use it in internal repositories, RAG systems, local LLM environments, etc.