Files
cursor__plugins/third_party/hunter/mcp.json
T
Cursor Agent 52964395e4 Add Hunter third-party MCP plugin with API key header auth
Package Hunter's hosted Streamable HTTP MCP server
(https://mcp.hunter.io/mcp) using the official Cursor setup from
https://hunter.io/agents.md: X-API-Key with ${HUNTER_API_KEY}.

This is a fresh-from-main take on #317, which used OAuth-only config
and documented the API key as an opt-in alternative. Official Cursor
packaging is header auth, so plugin.json declares the HUNTER_API_KEY
template variable the same way other BYO-credential plugins do.

Co-authored-by: Sam Sokolin <SamSokolin@users.noreply.github.com>
2026-09-08 23:10:37 +00:00

12 lines
180 B
JSON

{
"mcpServers": {
"hunter": {
"type": "http",
"url": "https://mcp.hunter.io/mcp",
"headers": {
"X-API-Key": "${HUNTER_API_KEY}"
}
}
}
}