.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 token (one project): Dashboard → Settings → API Tokens
# Account token (all workspaces): Account → API Tokens
# Workspace tokens start with fj_live_
# Account tokens start with fj_user_ → See the API Tokens guide for workspace vs account token 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 token — 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.