data-ai MCP Server
Stop re-explaining your data to your AI every session. The individual-analyst context layer, delivered over MCP (Claude Code / Cursor / Codex).
Discovered via github-topic:model-context-protocol and last synced 3mo ago.
1. Install the package
npx clarilayer
2. Add to claude_desktop_config.json
{
"mcpServers": {
"clarilayer": {
"command": "npx",
"args": [
"clarilayer"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)
What it does