added gitea, n8n and invokeai MCP servers, plus docs/

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
code
2026-07-14 20:47:29 +00:00
parent 06fcf6bab7
commit bcd7e012ba
9 changed files with 375 additions and 1 deletions
+10 -1
View File
@@ -23,4 +23,13 @@ alias tl='tmux list-sessions'
alias gs='git status'
alias btw='fastfetch'
alias cd='z'
alias cd='z'
# MCP servers (see Dockerfile / entrypoint.sh). Uncomment and point at your
# instances — Claude Code passes its environment through to the stdio
# servers, so exporting these here is all the configuration they need.
#export GITEA_HOST='https://gitea.example.com'
#export GITEA_ACCESS_TOKEN='changeme'
#export N8N_API_URL='https://n8n.example.com' # optional: enables workflow management tools
#export N8N_API_KEY='changeme'
#export INVOKEAI_BASE_URL='http://127.0.0.1:9090'