Initial release: iai-mcp v0.1.0
Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: XNLLLLH <XNLLLLH@users.noreply.github.com>
This commit is contained in:
commit
f6b876fbe7
332 changed files with 97258 additions and 0 deletions
22
.env.example
Normal file
22
.env.example
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# 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=
|
||||
Loading…
Add table
Add a link
Reference in a new issue