Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"clarity-agent": {
"command": "python3",
"args": [
"${CLAUDE_PLUGIN_ROOT}/scripts/mcp_server.py"
],
"env": {
"PYTHONUTF8": "1",
"PYTHONUNBUFFERED": "1",
"CLAUDITY_PLUGIN_ROOT": "${CLAUDE_PLUGIN_ROOT}"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
python3Command-line arguments passed to the server process
Environment variables set when the server starts
PYTHONUTF8=1PYTHONUNBUFFERED=1CLAUDITY_PLUGIN_ROOT=${CLAUDE_PLUGIN_ROOT}npx claudepluginhub danielrmay/claudity --plugin claudity