From b8ee96ccdee8484321a33ce795c34f7fe9351847 Mon Sep 17 00:00:00 2001 From: Mohammod Al Amin Ashik Date: Thu, 25 Jun 2026 20:27:46 +0800 Subject: [PATCH] Add Aiven MCP server Signed-off-by: Mohammod Al Amin Ashik Claude-Session: https://claude.ai/code/session_01S58U7phvDgphx6ZTXuWMJQ --- servers/io.aiven-mcp.json | 53 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 servers/io.aiven-mcp.json diff --git a/servers/io.aiven-mcp.json b/servers/io.aiven-mcp.json new file mode 100644 index 0000000..fdb7e33 --- /dev/null +++ b/servers/io.aiven-mcp.json @@ -0,0 +1,53 @@ +{ + "$schema": "../schemas/server-definition.schema.json", + "id": "io.aiven-mcp", + "name": "Aiven", + "alias": "aiven", + "description": "Manage Aiven cloud data services (PostgreSQL, Apache Kafka, Valkey, ClickHouse, OpenSearch, and more) through Aiven's hosted remote MCP server. List, create, update, and delete services, projects, and integrations. Authenticates via OAuth in your browser, no local setup or token required.", + "logo": "https://avatars.githubusercontent.com/u/137087830?v=4", + "schema_version": "2.1", + "categories": [ + "database", + "cloud" + ], + "tags": [ + "aiven", + "database", + "cloud", + "postgres", + "kafka", + "valkey", + "clickhouse", + "opensearch" + ], + "transport": { + "type": "http", + "url": "https://mcp.aiven.live/mcp", + "metadata": { + "inputs": [] + } + }, + "auth": { + "type": "oauth", + "instructions": "Authenticates via OAuth 2.0 with PKCE in your browser using your Aiven account. On first connect a browser window opens so you can sign in and select your organization. No API token setup needed; tokens refresh automatically." + }, + "contributor": { + "name": "Aiven", + "github": "Aiven-Open", + "url": "https://aiven.io" + }, + "links": { + "repository": "https://github.com/Aiven-Open/mcp-aiven", + "homepage": "https://aiven.io", + "documentation": "https://aiven.io/docs/tools/mcp-server" + }, + "platforms": [ + "all" + ], + "capabilities": { + "tools": true, + "resources": false, + "prompts": false, + "read_only_mode": true + } +}