Integrate
- Sign in to Covenant Sources and open Account.
- Create an MCP token and copy it once. Do not paste it into chat or give it to the model.
- Paste
Authorization: Bearer <token>into MCP host settings (Cursor, VS Code, or Claude) — headers or env, not tool arguments. - Optional laptop stdio: spawn
quill-mcpwithTENANT_IDandQUILL_TENANT_SERVICE_SIGNING_KEYin process env (no PAT).
{
"mcpServers": {
"covenant-sources": {
"url": "http://127.0.0.1:8093/mcp",
"headers": {
"Authorization": "Bearer PASTE_ACCOUNT_TOKEN"
}
}
}
}HTTP MCP requires a Bearer token on every request. Never put the token or signing key in tool JSON.