mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-08 22:22:17 +02:00
16 lines
548 B
Text
16 lines
548 B
Text
# Copy to .env (or set these in your MCP client config) and fill in your token.
|
|
|
|
# API key from SurfSense (Settings -> API). Required.
|
|
SURFSENSE_API_KEY=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
|