We build RisingWave, a PostgreSQL-compatible event streaming platform that helps you ingest, transform, and serve live data to your applications and AI agents.
AI agents are only as smart as the data they see. If your data is stale, your agents make stale decisions.
RisingWave keeps your data always fresh, always ready. The moment something happens in your systems, your agents know about it.
- Ingest millions of events per second from any source
- Transform and enrich data with familiar SQL
- Serve results with sub-second latency
- Write directly to Apache Iceberg and build a real-time Lakehouse
No Kafka. No Flink. Just SQL.
The RisingWave MCP Server brings your event streams directly into AI assistants like Claude and GitHub Copilot. With 100+ tools, your agents can query tables, inspect materialized views, monitor streaming jobs, and manage the full lifecycle of your data pipelines — all through natural language.
{
"mcpServers": {
"risingwave": {
"command": "python",
"args": ["src/main.py"],
"env": { "RW_CONNECTION_STRING": "postgresql://root@localhost:4566/dev" }
}
}
}Agent Skills are ready-made skill packages that teach AI coding agents how to work with RisingWave. Install them with a single command and your agent instantly knows how to design schemas, write streaming SQL, configure CDC pipelines, and follow best practices.
npx skills add risingwavelabs/agent-skillsCompatible with Claude Code, GitHub Copilot, Cursor, Windsurf, Gemini CLI, and 18+ other AI agents.
| Mode | How |
|---|---|
| Standalone | curl -L https://risingwave.com/sh | sh |
| Cloud | Fully managed on RisingWave Cloud — free tier available |
| Docker | docker run -it --pull=always -p 4566:4566 risingwavelabs/risingwave:latest single_node |
| Kubernetes | Helm Charts or Operator |
New to RisingWave? Try the quickstart and run your first streaming query in minutes.
Full documentation is available at docs.risingwave.com.
Our Slack community is where users discuss real-world deployments, ask technical questions, and get direct access to the RisingWave engineering team.