Ragento Analytics MCP server — ingest, query, and analyze your data from Cursor and agent IDEs
Project description
Ragento MCP
Analytics inside Cursor, Claude Code, Windsurf, and Antigravity.
Purpose-built MCP tools for ingest, catalog, SQL, NL query, profiling, and deep analysis.
Install guide · Why Ragento MCP · Platform
Quick install
curl -fsSL https://ragento.ai/install/mcp.sh | bash
Then enable Ragento in your IDE's MCP settings. Sign-in opens automatically in the browser (app.ragento.ai) and is saved locally.
Manual config
Add to ~/.cursor/mcp.json (or your IDE's MCP config):
{
"mcpServers": {
"ragento": {
"command": "uvx",
"args": ["ragento-mcp@latest"],
"env": {
"RAGENTO_API_URL": "https://backend.ragento.ai/api/v1",
"RAGENTO_APP_URL": "https://app.ragento.ai"
}
}
}
}
| IDE | Config path |
|---|---|
| Cursor | ~/.cursor/mcp.json |
| Claude Code | ~/.claude.json or project .mcp.json |
| Windsurf | ~/.codeium/windsurf/mcp_config.json |
| Antigravity | ~/.gemini/antigravity/mcp_config.json |
How auth works
- Enable the MCP server in your IDE (stdio process starts).
- If not signed in, your browser opens
app.ragento.aifor OAuth. - Approve access once — tokens save to
~/.config/ragento-mcp/credentials.json(auto-refresh, ~90 days). - Ask your agent to list sources, ingest, or query — no manual
ragento_connectstep.
Use ragento_disconnect only to switch accounts or sign out.
Tools
| Tool | Purpose |
|---|---|
ragento_list_sources |
List your data sources |
ragento_get_catalog |
User-scoped tables, columns, SQL hints |
ragento_ingest |
CSV, databases, API captures, text docs |
ragento_wait_for_source |
Poll until ingestion / profiling completes |
ragento_run_sql |
Execute SQL on your sources |
ragento_query |
Natural-language answers (NL2SQL) |
ragento_fetch_data |
NL or SQL → table/chart artifacts |
ragento_analyze |
Deep multi-step investigation |
ragento_get_profile |
Sentinel column classifications |
ragento_business_context |
MDL, graphs, memory, documents |
ragento_interview_context |
Guided KPI / metric capture |
ragento_get_insights |
Insight feed and discovery |
ragento_connect |
Optional manual re-login |
ragento_disconnect |
Sign out on this machine |
Environment
| Variable | Default | Description |
|---|---|---|
RAGENTO_API_URL |
https://backend.ragento.ai/api/v1 |
API gateway |
RAGENTO_APP_URL |
https://app.ragento.ai |
OAuth login |
RAGENTO_MCP_AUTO_AUTH |
1 |
Set 0 to disable automatic browser sign-in |
RAGENTO_MCP_TOKEN |
— | Legacy static token (skips OAuth) |
CLI helpers
uvx ragento-mcp@latest install-cursor # write ~/.cursor/mcp.json
uvx ragento-mcp@latest # run stdio MCP server
License
MIT — see LICENSE.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ragento_mcp-0.2.3.tar.gz.
File metadata
- Download URL: ragento_mcp-0.2.3.tar.gz
- Upload date:
- Size: 20.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ec813fc49ff29e15c205a5a71411a940c1b6ae0dddf9fb2c196fde9d4fa83dbe
|
|
| MD5 |
88142f8f8ed5a542b81c66d63209f1ab
|
|
| BLAKE2b-256 |
fc9a8bf5e3b25874c7021b846dcd6eb5ebc0223dd9b59b37e89e2c934f68d195
|
File details
Details for the file ragento_mcp-0.2.3-py3-none-any.whl.
File metadata
- Download URL: ragento_mcp-0.2.3-py3-none-any.whl
- Upload date:
- Size: 17.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
815009cbd61130e845c51cc73d845118e3ebcbe024fa08e664d4b1aef4bbc7ca
|
|
| MD5 |
b6659e60ba5aa9fd80efec5d89c3d32b
|
|
| BLAKE2b-256 |
37343406c1d9adf1a9aa38fbad8dddbb77948062cb05df744b99e0f8cb65dd84
|