Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: XNLLLLH <XNLLLLH@users.noreply.github.com>
22 lines
897 B
Text
22 lines
897 B
Text
# IAI-MCP environment variables (all optional)
|
|
#
|
|
# Copy this file to `.env` and fill in only what you need. The daemon runs
|
|
# fully offline by default — no API key is required for core memory functions
|
|
# (capture, recall, sleep consolidation).
|
|
#
|
|
# IAI-MCP scrubs the variables below from the host CLI subprocess environment
|
|
# at spawn time as a defence-in-depth measure (see src/iai_mcp/host_cli.py).
|
|
# They are listed here only as documented placeholders so you know they exist.
|
|
|
|
# ANTHROPIC_API_KEY=
|
|
# CLAUDE_API_KEY=
|
|
# CLAUDE_CODE_API_KEY=
|
|
|
|
# Override the default storage root (~/.iai-mcp). Useful for tests or
|
|
# multi-instance setups. Must be a writable directory.
|
|
# IAI_MCP_STORE=
|
|
|
|
# Override the embedder. Default is "bge-small-en-v1.5" (English, 384d).
|
|
# Other supported values: "bge-m3" (multilingual, 1024d), "all-MiniLM-L6-v2"
|
|
# (English, 384d, lighter weight).
|
|
# IAI_MCP_EMBED_MODEL=
|