Skip to content
Cursor

microsoft ai roundup for Cursor

io.github.darrenjrobinson/microsoft-ai-roundup

Search Merill's Weekly Microsoft AI Roundup (msai.ms) archive — curated weekly Microsoft AI news

client:Cursor transport:stdio runtime:npm

Install microsoft ai roundup in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "microsoft-ai-roundup": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "microsoft-ai-roundup-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

microsoft ai roundup in other clients