15 lines
631 B
Plaintext
15 lines
631 B
Plaintext
# 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
|