Skip to content
Cursor

keeping mcp for Cursor

io.github.red-square-software/keeping-mcp

MCP server for the Keeping time-tracking API

client:Cursor transport:stdio runtime:npm

Install keeping mcp in Cursor

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

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

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

keeping mcp in other clients