MCP Server
MCP
Xentropy Notes — Memory Layer for AI
Semantic search and knowledge graph for your Wall notes from Claude Code and MCP clients.
Install
npx -y @xentropy/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@xentropy/mcp",
"version": "0.3.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Xentropy API base URL. Defaults to http://localhost:3001/api. Must include the /api prefix.",
"format": "string",
"default": "http://localhost:3001/api",
"name": "XEN_API_URL"
},
{
"description": "API token (Supabase access JWT) for static authentication. Obtain via 'xen-notes-mcp login --email YOU --password X --show-token'.",
"format": "string",
"isSecret": true,
"name": "XEN_API_TOKEN"
},
{
"description": "Refresh token for automatic token rotation. Only needed if using static token auth without interactive login.",
"format": "string",
"isSecret": true,
"name": "XEN_REFRESH_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment