Skip to main content
Glama
.env.example1.29 kB
# BSV MCP Configuration # Transport mode: 'stdio' (for Claude Code) or 'http' (default) TRANSPORT=stdio # Port for HTTP mode (default: 3000) # PORT=3000 # --- OAuth 2.1 Authentication (Recommended) --- # Enable OAuth authentication with sigma-auth ENABLE_OAUTH=true # OAuth issuer URL (sigma-auth server) OAUTH_ISSUER=https://auth.sigmaidentity.com # This resource server's URL (for JWT validation) # RESOURCE_URL=http://localhost:3000 # --- Option 1: Local Wallet Mode (default) --- # Your Bitcoin SV private key in WIF format # PRIVATE_KEY_WIF=YOUR_PRIVATE_KEY_WIF_HERE # IDENTITY_KEY_WIF=YOUR_IDENTITY_KEY_WIF_HERE # Optional # --- Option 2: Droplet API Mode --- # Enable Droplet API mode for users without local wallets USE_DROPLET_API=false # Droplet API configuration DROPLET_API_URL=http://127.0.0.1:4000 DROPLET_FAUCET_NAME=test-faucet # --- Feature Toggles --- # Disable specific tool categories # DISABLE_PROMPTS=true # DISABLE_RESOURCES=true # DISABLE_TOOLS=true # DISABLE_WALLET_TOOLS=true # DISABLE_MNEE_TOOLS=true # DISABLE_BSV_TOOLS=true # DISABLE_ORDINALS_TOOLS=true # DISABLE_UTILS_TOOLS=true # DISABLE_BAP_TOOLS=true # Enable A2B tools (disabled by default) # ENABLE_A2B_TOOLS=true # Disable transaction broadcasting for testing # DISABLE_BROADCASTING=true

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/b-open-io/bsv-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server