SurfSense/surfsense_mcp/.env.example
2026-07-06 02:29:19 +02:00

16 lines
558 B
Text

# Copy to .env (or set these in your MCP client config) and fill in your token.
# Personal Access Token from SurfSense (Settings -> API). Required.
SURFSENSE_PAT=ss_pat_your_token_here
# Base URL of the SurfSense backend. Defaults to http://localhost:8000
SURFSENSE_BASE_URL=http://localhost:8000
# Optional: default workspace (search space) by name or id, so you don't have
# to select one each session.
# SURFSENSE_WORKSPACE=My Research Space
# Optional overrides.
# SURFSENSE_API_PREFIX=/api/v1
# SURFSENSE_TIMEOUT=180
# SURFSENSE_MCP_TRANSPORT=stdio