MCP and personal tokens
For how Autotest tokens differ from personal tokens, see Tokens.
Connect an MCP client to Tracera to work with cases, plans, runs, and results.
Personal token
- Open User settings → Tokens.
- Create a token and choose Scopes (for MCP, usually Cases, Plans, and Runs; add Results to push automated test results).
- Copy the token.
Connect
- Add Tracera to the MCP client config (replace the URL and token with yours):
{
"mcpServers": {
"tracera": {
"url": "http://127.0.0.1:5173/mcp",
"headers": {
"Authorization": "Bearer trc_pat_…"
}
}
}
}
MCP client rights are limited by the personal token scopes and the user’s role in the project.
Questions: contact@tracera.dev.