Skip to content

Commit b8ee96c

Browse files
committed
Add Aiven MCP server
Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com> Claude-Session: https://claude.ai/code/session_01S58U7phvDgphx6ZTXuWMJQ
1 parent ee298ab commit b8ee96c

1 file changed

Lines changed: 53 additions & 0 deletions

File tree

servers/io.aiven-mcp.json

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "io.aiven-mcp",
4+
"name": "Aiven",
5+
"alias": "aiven",
6+
"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.",
7+
"logo": "https://avatars.githubusercontent.com/u/137087830?v=4",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"database",
11+
"cloud"
12+
],
13+
"tags": [
14+
"aiven",
15+
"database",
16+
"cloud",
17+
"postgres",
18+
"kafka",
19+
"valkey",
20+
"clickhouse",
21+
"opensearch"
22+
],
23+
"transport": {
24+
"type": "http",
25+
"url": "https://mcp.aiven.live/mcp",
26+
"metadata": {
27+
"inputs": []
28+
}
29+
},
30+
"auth": {
31+
"type": "oauth",
32+
"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."
33+
},
34+
"contributor": {
35+
"name": "Aiven",
36+
"github": "Aiven-Open",
37+
"url": "https://aiven.io"
38+
},
39+
"links": {
40+
"repository": "https://github.com/Aiven-Open/mcp-aiven",
41+
"homepage": "https://aiven.io",
42+
"documentation": "https://aiven.io/docs/tools/mcp-server"
43+
},
44+
"platforms": [
45+
"all"
46+
],
47+
"capabilities": {
48+
"tools": true,
49+
"resources": false,
50+
"prompts": false,
51+
"read_only_mode": true
52+
}
53+
}

0 commit comments

Comments
 (0)