clarik mcp server for Cursor
io.github.mikerichardmail/clarik-mcp-server
Clarity and memory persistent workspace context manager for Claude.
client:Cursor
transport:stdio
runtime:npm
Install clarik mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"clarik-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"clarik"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs