Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion bun_apps/mcp-server/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,20 @@ LOG_LEVEL=info
NOTION_API_KEY=your_notion_api_key_here

# Notion Database ID - Default database to query
NOTION_DATABASE_ID=78a8a2224dc7472891d9ca6dbc6018fa
NOTION_DATABASE_ID=78a8a2224dc7472891d9ca6dbc6018fa

# ─── Activity Generation ─────────────────────────────────────────────────────
# At least one LLM API key is required for the activity generation tools.
# The server will prefer OpenAI if both are set.

# OpenAI API Key - Get this from https://platform.openai.com/api-keys
OPENAI_API_KEY=your_openai_api_key_here

# Anthropic API Key - Get this from https://console.anthropic.com/settings/keys
ANTHROPIC_API_KEY=your_anthropic_api_key_here

# ─── API Key Authentication (HTTP transport only) ────────────────────────────
# Comma-separated list of valid API keys for authenticating MCP HTTP clients.
# If not set, the HTTP transport is open (no authentication required).
# Example: REASONOTE_MCP_API_KEYS=key1,key2,key3
# REASONOTE_MCP_API_KEYS=
Loading
Loading