people context for Grok
io.github.jinyangwang27/people-context
Local-first MCP server giving AI agents contextual knowledge about the people in your life
client:Grok
transport:stdio
runtime:pypi
Install people context in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"people-context": {
"type": "stdio",
"command": "uvx",
"args": [
"people-context"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs