Skip to content
Cursor

osmcp for Cursor

io.github.krushnavardhanreddy/osmcp

A typed, policy-controlled OS capability layer for AI agents.

client:Cursor transport:stdio runtime:oci

Install osmcp in Cursor

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

{
  "mcpServers": {
    "osmcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/krushnavardhanreddy/osmcp:latest"
      ]
    }
  }
}

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

osmcp in other clients