Back to the catalog

aiven

Easily deploy managed PostgreSQL (pg), Kafka, OpenSearch, Clickhouse and other databases, streaming and apps. Free tier available, up and ru

Open source Repository Open in the app JSON README (API)

About

Easily deploy managed PostgreSQL (pg), Kafka, OpenSearch, Clickhouse and other databases, streaming and apps. Free tier available, up and running in minutes.

Details

Kind
Plugins
Topic
Databases
Publisher
aiven
Origin
marketplace
Category
ferramentas
Stars
1
Forks
3
Last push
2026-07-12T10:21:20Z
Repository state
ativo
License
Apache-2.0
Added
2026-08-30 01:48:58
Updated
2026-08-30 01:48:58
Origin id
aiven/aiven-ai-plugins/aiven

README

# Aiven AI Plugins

A plugin for Claude and Cursor to easily manage services at Aiven -  
Deploy managed PostgreSQL, Kafka, OpenSearch, ClickHouse, and other databases, streaming, and apps. Free tier available, up and running in minutes.

## Install

### Claude Code

1. Add the marketplace (needed until official):
   ```
   /plugin marketplace add aiven/aiven-ai-plugins
   ```
2. Run `/plugins`, search for "aiven", and select it to install.
3. Ask the agent to help you get started with Aiven — it will guide you through authentication and setup.

### Cursor

Until the plugin is official, see [Local development](#cursor-1) below.


## Local development

### Claude Code

```bash
git clone https://github.com/aiven/aiven-ai-plugins
claude --plugin-dir ./aiven-ai-plugins
```

### Cursor

```bash
git clone https://github.com/aiven/aiven-ai-plugins
```

Open the directory in Cursor — it will automatically detect the `.cursor-plugin/` directory and load the Aiven MCP server.

1. Go to **Plugins** and verify the aiven plugin appears as **Imported**:

   ![Aiven plugin imported in Cursor](assets/cursor-plugin-install.png)

2. Go to **Settings → Tools & MCP** and enable the **aiven** Plugin MCP Server:

   ![Enable aiven MCP server in Cursor](assets/cursor-plugin-enable.png)

More