Initial commit: Homelab infrastructure documentation
- CLAUDE.md: Main homelab assistant context and instructions - IP-ASSIGNMENTS.md: Complete IP address assignments - NETWORK.md: Network bridges, VLANs, and configuration - EMC-ENCLOSURE.md: EMC storage enclosure documentation - SYNCTHING.md: Syncthing setup and device list - SHELL-ALIASES.md: ZSH aliases for Claude Code sessions - HOMEASSISTANT.md: Home Assistant API and automations - INFRASTRUCTURE.md: Server hardware and power management - configs/: Shared shell configurations - scripts/: Utility scripts - mcp-central/: MCP server configuration 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
16
mcp-central/.env.example
Normal file
16
mcp-central/.env.example
Normal file
@@ -0,0 +1,16 @@
|
||||
# MCP Central Server Environment Variables
|
||||
# Copy to .env and fill in your values
|
||||
|
||||
# Airtable
|
||||
AIRTABLE_API_KEY=patIrM3XYParyuHQL.xxxxx
|
||||
|
||||
# Exa
|
||||
EXA_API_KEY=your_exa_api_key
|
||||
|
||||
# TickTick (if using)
|
||||
TICKTICK_CLIENT_ID=your_client_id
|
||||
TICKTICK_CLIENT_SECRET=your_client_secret
|
||||
|
||||
# Slack (if using)
|
||||
SLACK_BOT_TOKEN=xoxb-xxxxx
|
||||
SLACK_USER_TOKEN=xoxp-xxxxx
|
||||
Reference in New Issue
Block a user