Skip to content
VS Code

M365 Roadmap for VS Code

io.github.jonnybottles/m365-roadmap

Query the Microsoft 365 Roadmap from AI agents

client:VS Code transport:stdio runtime:pypi

Install M365 Roadmap in VS Code

.vscode/mcp.json

{
  "servers": {
    "m365-roadmap": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "m365-roadmap-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

M365 Roadmap in other clients