Initial commit
This commit is contained in:
14
.env.example
Normal file
14
.env.example
Normal 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
|
||||
Reference in New Issue
Block a user