AI identity layer — syncs who you are across Claude Code, Codex, Cursor and any MCP tool.
If you already use Piia, the piia mcp server is the piece that lets your assistant work with it directly. AI identity layer — syncs who you are across Claude Code, Codex, Cursor and any MCP tool.
Tell AI once who you are, how you work, and what "good" means. Claude Code, Codex, Cursor, Windsurf, and other MCP-compatible tools can start from the same AI work identity layer — local files you own, no cloud account, no hidden memory you cannot inspect.
The server ships on PyPI as piia-engram, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Codex — MCP over stdioCursor — MCP over stdioHermes — MCP over stdioOpenClaw — SOUL.md / MEMORY.md / USER.md import and exportWindsurf — MCP over stdioCline — MCP over stdioAugment — MCP over stdioZed — MCP over stdioTrae — MCP over stdioThis sits in the knowledge and memory group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Piia's toolset — Codex, Cursor, Hermes and 6 more — is a fair guide to whether it matches your workflow. It is maintained by Patdolitse; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Piia's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Codex | MCP over stdio |
| Cursor | MCP over stdio |
| Hermes | MCP over stdio |
| OpenClaw | SOUL.md / MEMORY.md / USER.md import and export |
| Windsurf | MCP over stdio |
| Cline | MCP over stdio |
| Augment | MCP over stdio |
| Zed | MCP over stdio |
| Trae | MCP over stdio |
{
"mcpServers": {
"piia-engram": {
"command": "uvx",
"args": ["piia-engram"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
A knowledge graph your assistant keeps between sessions — entities, relations and observations that persist.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
A structured scratchpad for hard problems — stepwise reasoning with revisions, branches and visible logic.
Symbol-level code navigation, refactoring and memory for coding agents — the IDE brain your assistant has been missing.
Chat with your second brain — search, read and write vault notes through the Local REST API.