Claude Code via MCP
Add DeepTap to Claude Code's MCP tool list.
See also the canonical source at docs/integrations/claude-code.md.
Install
# In your project root:
claude mcp add deeptap npx -y @deeptap/mcpOr edit .claude/settings.json directly:
{
"mcpServers": {
"deeptap": {
"command": "npx",
"args": ["-y", "@deeptap/mcp"]
}
}
}Set DEEPTAP_API_KEY in the shell or your .env file.