Install
MCP server — add to your Claude Code config (typically
~/.claude/mcp_settings.json or ~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"civic-hook-common": {
"command": "npx",
"args": [
"-y",
"@civic/hook-common"
]
}
}
}
Or smoke-test directly:
npx -y @civic/hook-common
Details
| Website | https://www.npmjs.com/package/@civic/hook-common |
|---|---|
| GitHub | git+https://github.com/civicteam/mcp-hooks.git |
| License | unknown |
| Pricing | free |
| Tags | mcp hooks middleware toolcall interceptor |
| Sources | npm |
| Discovered | 2026-05-25 |