M365 Roadmap for Cursor
io.github.jonnybottles/m365-roadmap
Query the Microsoft 365 Roadmap from AI agents
client:Cursor
transport:stdio
runtime:pypi
Install M365 Roadmap in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"m365-roadmap": {
"type": "stdio",
"command": "uvx",
"args": [
"m365-roadmap-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs