Skip to main content
Suggix MCP connects supported AI clients to the feedback data in one Suggix workspace. After connecting, your AI client can use Suggix context while helping your team review feedback, plan roadmap work, summarize changelogs, and understand users.

Before you start

You need:
  • A Suggix workspace.
  • Permission to manage workspace developer settings.
  • An AI client that supports remote HTTP MCP servers.

Create an MCP API key

Open Developer Settings, then find the MCP API Keys section. MCP API key settings
  1. Select Create Key.
  2. Enter a recognizable name for the client or environment, such as Claude Code - Development or Cursor - Production.
  3. Copy the generated API key and store it in a password manager or environment variable.
  4. Add the key to your AI client’s MCP configuration.
The raw MCP API key is shown only once. Treat it like a password: do not commit it to source control, paste it into prompts, or share it in screenshots.

Connect to the MCP server

Suggix provides a remote HTTP MCP endpoint:
Authenticate every request with your workspace MCP API key:
Each API key is bound to one workspace. Create separate keys for different AI clients, team members, or environments so you can revoke access independently when needed.

Available Suggix context

The first MCP release provides access to:
  • Feedback posts
  • Roadmap, which is the feedback view grouped by post status
  • Changelog entries
  • Users
  • Workspace context, including read-only workspace settings, boards, statuses, and tags
  • Read-only comments for a feedback post
Votes are not available through MCP in this release.

Manage keys safely

Developer Settings lists the name, creation time, and last-used time for each MCP API key. Delete a key immediately if it is no longer needed or may have been exposed. Revocation takes effect immediately.
Use a distinct key for each client. A descriptive key name makes it much easier to identify and revoke the correct connection later.

Configure your AI client

Claude Code

Connect Suggix to Claude Code with a project or user MCP configuration.

Codex

Add Suggix to your Codex configuration file.

Antigravity

Configure a remote MCP server in Antigravity.

GitHub Copilot

Use Suggix tools in GitHub Copilot Chat for VS Code.

Cursor

Add Suggix to Cursor globally or for a specific project.