Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:22:21 +08:00
commit 8f32bc6982
7 changed files with 1430 additions and 0 deletions

14
.env.example Normal file
View File

@@ -0,0 +1,14 @@
# Xano MCP Configuration
# Copy this file to your shell profile (~/.zshrc or ~/.bashrc) and fill in your values
# Your Xano MCP server URL (found in Xano Settings → Metadata API & MCP Server)
export XANO_MCP_URL="https://your-workspace.n7.xano.io/x2/mcp/meta/mcp/sse"
# Your Xano MCP access token (generate in Xano Settings → Metadata API & MCP Server)
export XANO_MCP_TOKEN="your_xano_mcp_token_here"
# IMPORTANT:
# 1. DO NOT commit actual tokens to git
# 2. Add these exports to your shell profile (~/.zshrc or ~/.bashrc)
# 3. Restart Claude Code after setting environment variables
# 4. Verify with: echo $XANO_MCP_TOKEN