added gitea, n8n and invokeai MCP servers, plus docs/
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
+10
-1
@@ -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'
|
||||
Reference in New Issue
Block a user