.vscode/mcp.json (workspace) or user MCP config
GitHub Copilot in VS Code uses a different config format than Cursor — the top-level key is servers, not mcpServers. Add FeedbackJar to .vscode/mcp.json and Copilot agent mode can read and act on user feedback.
# Workspace token: Dashboard → Settings → API Tokens
# Copy your fj_live_... token {
"servers": {
"feedbackjar": {
"type": "http",
"url": "https://api.feedbackjar.com/mcp",
"headers": {
"Authorization": "Bearer fj_live_..."
}
}
}
} → VS Code uses "servers" — not "mcpServers". This is the main difference from Cursor and Claude Code.
# Open .vscode/mcp.json in VS Code
# Click "Start" at the top of the file
# Or use Command Palette:
# MCP: List Servers → feedbackjar → Start → Copilot discovers tools after the server starts. You may need to approve the server on first connect.
# In Copilot Chat (Agent mode), try:
@feedbackjar list the top open bugs
# Or:
Search FeedbackJar for posts mentioning "login" Users report bugs through your widget. Your agent reads the top votes via MCP, ships the fix, and every voter gets notified.