Rill Data
Created 5 months ago
Rill MCP Server exposes essential APIs for data analysts to interact with Rill metrics views.
development
documentation
public
What is Rill Data?
Interact with Rill Data to query and analyze your data.
Documentation
Rill MCP Server Documentation# Overview
The Rill MCP Server provides structured access to Rill metrics views.
Installation
- Prerequisites: MCP client, Rill project, Node.js.
- Create a Rill Personal Access Token.
Configuration
- For Rill Cloud projects, retrieve config.json from the AI page.
- For local projects, use the local URL.
Troubleshooting
Check Rill status and token validity if connection issues arise.
Server Config
{
"mcpServers": {
"rill-data-server": {
"command": "npx",
"args": [
"rill-data"
]
}
}
}
Links & Status
Project Info
Hosted
Featured
Created At:
Jul 02, 2025
Updated At:
Aug 07, 2025
Author:
Rill Data Team
Category:
official
License:
MIT License
Tags:
development
documentation
public