Skip to content
Cursor

people context for Cursor

io.github.jinyangwang27/people-context

Local-first MCP server giving AI agents contextual knowledge about the people in your life

client:Cursor transport:stdio runtime:pypi

Install people context in Cursor

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

{
  "mcpServers": {
    "people-context": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "people-context"
      ]
    }
  }
}

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

people context in other clients