Back to directory
johnkennedyoss/mcp-demo

johnkennedyoss/mcp-demo

@JohnKennedyOSS

Demo MCP server for Aiven cloud data platform - provides tools for managing Aiven services

aivenmcpclouddatabasepostgresqldemoshell

Installation & Configuration

{
  "mcpServers": {
    "mcp-aiven": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/mcp-demo",
        "run",
        "--with-editable",
        "/path/to/mcp-demo",
        "--python",
        "3.13",
        "mcp-aiven"
      ],
      "env": {
        "AIVEN_BASE_URL": "https://api.aiven.io",
        "AIVEN_PROJECT_NAME": "your-project-name",
        "AIVEN_TOKEN": "your-token-here"
      }
    }
  }
}

Information

Transport
stdio
Language
Shell
Created
2026/6/14
Updated
2026/6/15