Skip to content
Cursor

context mcp for Cursor

net.agentutil/context-mcp

Situational awareness — holidays, business hours, and platform status for timing-sensitive actions.

client:Cursor transport:stdio runtime:npm

Install context mcp in Cursor

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

{
  "mcpServers": {
    "context-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@agentutil/context-mcp"
      ]
    }
  }
}

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

context mcp in other clients