Files
metacircular/.mcp.json
T
kyleandClaude Fable 5.1 09b79e3b60 Remove hardcoded Gitea token from .mcp.json
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>
2026-09-20 15:06:18 -07:00

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}"
}
}
}
}