Loading...
{
"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"
}
}
}
}list_projectsLists all projects associated with your Aiven account.
Read-only operation, no modification of resources.
list_servicesLists all services within a specified Aiven project.
Read-only operation, no modification of resources.
get_service_detailsRetrieves detailed information about a specific service within an Aiven project.
Read-only operation, no modification of resources.
This MCP server's safety depends heavily on the Aiven API token's permissions. It's safe if the token is read-only and narrowly scoped. It's risky if the token has broad write or delete permissions across Aiven services.