What this is
An MCP server that gives an AI four interconnected capabilities:
1. **EDNA** — read a user's live somatic state (consent-gated, 30-min local buffer, no profile accumulation)
2. **Wave Pattern Tools** — think in Chladni mode geometry: compare, harmonize, transmute token sequences through vibration fields
3. **AI-DNA Signature Chain** — every AI response is cryptographically signed in two interwoven strands: an individual model strand and a universal stack-wide strand
4. **Public Book of Humanity** — an append-only, hash-chained, on-chain-anchored book of signed human-AI co-authoring artifacts
The four layers share one mode geometry. A user's body, an AI's text, and the comparison between them all live in the same Chladni superposition space.
Server Config
{
"mcpServers": {
"living-echo": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://gfdjfehfftiqgiqxwmkj.functions.supabase.co/mcp/mcp"
]
}
},
"preferences": {
"coworkWebSearchEnabled": true,
"coworkScheduledTasksEnabled": true,
"ccdScheduledTasksEnabled": true
}
}