The token was committed in 5baf12e and is visible on the public GitHub
mirror. Read it from the environment instead; Claude Code expands
${GITEA_ACCESS_TOKEN} in .mcp.json. The old token remains in history and
must be treated as burned.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
13 lines
249 B
JSON
13 lines
249 B
JSON
{
|
|
"mcpServers": {
|
|
"gitea": {
|
|
"type": "stdio",
|
|
"command": "/home/kyle/.local/bin/gitea-mcp",
|
|
"env": {
|
|
"GITEA_HOST": "https://git.wntrmute.dev",
|
|
"GITEA_ACCESS_TOKEN": "${GITEA_ACCESS_TOKEN}"
|
|
}
|
|
}
|
|
}
|
|
}
|