Taplid for Claude Desktop
io.github.taplid/taplid
Audit AI responses and artifacts with ALLOW, REVIEW, or BLOCK decisions and trust scores.
client:Claude Desktop
transport:stdio
runtime:npm
Install Taplid in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"taplid": {
"command": "npx",
"args": [
"-y",
"@taplid/mcp"
],
"env": {
"TAPLID_API_KEY": "<TAPLID_API_KEY>",
"TAPLID_API_URL": "<TAPLID_API_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs