Skip to content
VS Code

people context for VS Code

io.github.jinyangwang27/people-context

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

client:VS Code transport:stdio runtime:pypi

Install people context in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

people context in other clients