Odel
clarik mcp server

clarik mcp server

Local
@mikerichardmail1TypeScriptMITUpdated 3mo ago

Clarity and memory persistent workspace context manager for Claude.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmclarikv0.1.1

Run

npx -y clarik

MCP client config

{
  "mcpServers": {
    "clarik-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "clarik"
      ]
    }
  }
}