your client takes six questions. they receive their word. the word follows them across every AI tool they touch. compressed once, carried forever.
curl -sL https://mcp.noctaracorp.com/install.sh | bash
after it finishes, fully quit Claude Desktop (cmd-Q) and reopen. the noctara tool appears in the toolbox.
1. open ~/Library/Application Support/Claude/claude_desktop_config.json in any text editor.
2. paste this inside the file (or merge into existing mcpServers):
{
"mcpServers": {
"noctara": {
"command": "node",
"args": ["/absolute/path/to/noctara-mcp-server/dist/index.js"],
"env": {
"NOCTARA_API_BASE": "https://noctaracorp.com/api",
"NOCTARA_CLIENT_ID": "claude-desktop"
}
}
}
}
3. fully quit Claude Desktop and reopen.
curl -s -X POST https://mcp.noctaracorp.com/api/call \
-H "Content-Type: application/json" \
-d '{"mode":"drift","user_ref":"architect.aoa"}'