.cursor/mcp.json (project) or ~/.cursor/mcp.json (global)
Cursor supports HTTP MCP servers via project or global config. Add FeedbackJar once and your agent can read top-voted bugs, pull widget metadata, and close the loop from the editor.
# Workspace key (one project): Dashboard → Settings → API keys
# Account key (all workspaces): Account → API Keys
# Workspace keys start with fj_live_
# Account keys start with fj_user_ → See the API Keys guide for workspace vs account key tradeoffs.
{
"mcpServers": {
"feedbackjar": {
"type": "http",
"url": "https://api.feedbackjar.com/mcp",
"headers": {
"Authorization": "Bearer fj_live_..."
}
}
}
} → Create .cursor/mcp.json in your project root, or edit ~/.cursor/mcp.json for a global setup.
{
"mcpServers": {
"feedbackjar": {
"type": "http",
"url": "https://api.feedbackjar.com/mcp",
"headers": {
"Authorization": "Bearer fj_user_...",
"X-Organization-Id": "your_workspace_id"
}
}
}
} → With X-Organization-Id set, tools behave like a workspace key — no organization_id param needed.
# In Cursor chat, ask:
What are the top open bugs in FeedbackJar?
# Or:
Get post cm1abc123 and summarize the widget metadata. → Restart Cursor or reload the window if the server doesn't appear immediately.
Users report bugs through your widget. Your agent reads the top votes via MCP, ships the fix, and every voter gets notified.