Before you start
- Open API & MCP in the Workspace nav.
- On the API tab, create a key with the permissions your agent should have.
- Copy the token (shown once) and key id.
- Open the MCP tab for a ready-to-copy client config.
Example MCP config
Add this to your MCP client (for example Cursor). Replace the placeholders with your key values:What you can do
Depending on key permissions, agents can read and update feedback data such as requests, comments, votes, and notes—without leaving Claude, Cursor, or another MCP-compatible client.Security
- Use least-privilege keys for agents.
- Do not paste production tokens into shared chats or public repos.
- Revoke and rotate keys from API & MCP if a token may have leaked.
Troubleshooting
- Client cannot start the server — confirm Node/npx is available and the package name is
@project-echo/mcp. - Auth errors — verify
PE_API_KEY_IDandPE_API_TOKENmatch an active key. - Missing tools/actions — widen permissions on a new key (tokens cannot change permissions after create).

