2026-07-06 02:29:19 +02:00
|
|
|
# Copy to .env (or set these in your MCP client config) and fill in your token.
|
|
|
|
|
|
2026-07-06 03:40:36 +02:00
|
|
|
# API key from SurfSense (Settings -> API). Required.
|
|
|
|
|
SURFSENSE_API_KEY=ss_pat_your_token_here
|
2026-07-06 02:29:19 +02:00
|
|
|
|
|
|
|
|
# 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
|