Catalog
io.github.xjpru/xentropy-notes
OfficialdeprecatedXentropy Notes — Memory Layer for AI
Semantic search and knowledge graph for your Wall notes from Claude Code and MCP clients.
Semantic search and knowledge graph for personal notes and information.
README not available yet.
Install
Configuration
Environment variables
XEN_API_URLdefault http://localhost:3001/apiXentropy API base URL. Defaults to http://localhost:3001/api. Must include the /api prefix.
XEN_API_TOKENsecretAPI token (Supabase access JWT) for static authentication. Obtain via 'xen-notes-mcp login --email YOU --password X --show-token'.
XEN_REFRESH_TOKENsecretRefresh token for automatic token rotation. Only needed if using static token auth without interactive login.
claude_desktop_config.json
{
"mcpServers": {
"xentropy-notes": {
"command": "npx",
"args": [
"-y",
"@xentropy/mcp@0.3.1"
],
"env": {
"XEN_API_URL": "http://localhost:3001/api",
"XEN_API_TOKEN": "<YOUR_XEN_API_TOKEN>",
"XEN_REFRESH_TOKEN": "<YOUR_XEN_REFRESH_TOKEN>"
}
}
}
}