patent checker for Cline
io.github.xhighhongo41/patent-checker
Prior-art exploration for software projects; finds related patents, never judges infringement
client:Cline
transport:stdio
runtime:pypi
Install patent checker in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"patent-checker": {
"command": "uvx",
"args": [
"patent-checker"
],
"env": {
"PATENT_CHECKER_OPERATOR_CONSENT": "<PATENT_CHECKER_OPERATOR_CONSENT>",
"PATENT_CHECKER_OPS_KEY": "<PATENT_CHECKER_OPS_KEY>",
"PATENT_CHECKER_OPS_SECRET": "<PATENT_CHECKER_OPS_SECRET>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs