1. list_projects
List all projects on your Aiven account.
2. list_services
List all services in a specific Aiven project.
3. get_service_details
Get the detail of your service in a specific Aiven project.
A Model Context Protocol (MCP) server for Aiven that provides LLMs access to Aiven's PostgreSQL, Kafka, ClickHouse, Valkey, and OpenSearch services, enabling full-stack solution building for various use cases.
{
"mcpServers": {
"mcp-aiven": {
"command": "uv",
"args": [
"--directory",
"$REPOSITORY_DIRECTORY",
"run",
"--with-editable",
"$REPOSITORY_DIRECTORY",
"--python",
"3.13",
"mcp-aiven"
],
"env": {
"AIVEN_BASE_URL": "https://api.aiven.io",
"AIVEN_TOKEN": "$AIVEN_TOKEN"
}
}
}
}