Person Enrichment for Zed
app.theona/person-enrichment
Identify a person from partial information and return a profile with a confidence score per field.
client:Zed
transport:streamable-http
Install Person Enrichment in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"person-enrichment": {
"url": "https://api.theona.ai/mcp/person-enrichment"
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs