.vscode/mcp.json

{
  "servers": {
    "m365agentstoolkit": {
      "command": "npx",
      "args": [
        "@microsoft/m365agentstoolkit-mcp@latest",
        "server",
        "start"
      ],
      "type": "stdio"
    },
    "ms365": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "@softeria/ms-365-mcp-server@0.27.1",
        "--org-mode",
        "--preset",
        "${input:preset}",
        "--read-only"
      ],
      "env": {}
    },
    "M365AgentsToolkit MCP Server": {
      "command": "npx",
      "args": [
        "@microsoft/m365agentstoolkit-mcp@latest",
        "server",
        "start"
      ]
    }
  },
  "inputs": [
    {
      "id": "preset",
      "type": "promptString",
      "description": "Preset tool categories (comma-separated, e.g. mail,calendar,files,all)?"
    }
  ]
}