Install Serena MCP - jobueno2024/cicd-template GitHub Wiki

~/.kiro/settings/mcp.json

    "serena": {
      "type": "stdio",
      "command": "uvx",
        "args": [
        "--from", "git+https://github.com/oraios/serena",
        "serena",
        "start-mcp-server",
        "--context", "ide-assistant",
        "--project", "."
    ],
      "autoStart": true
    }