Skip to content

Commit 42c22d8

Browse files
author
phernandez
committed
configure logfire in installer
1 parent 98eba2b commit 42c22d8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

installer/installer.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,14 @@ def update_claude_config():
4949
config = {"mcpServers": {}}
5050

5151
# Add/update basic-memory config
52-
config["mcpServers"]["basic-memory"] = {"command": "uvx", "args": ["basic-memory", "mcp"]}
52+
config["mcpServers"]["basic-memory"] = {
53+
"command": "uvx",
54+
"args": ["basic-memory@latest", "mcp"],
55+
"env": {
56+
"BASIC_MEMORY_ENV": "user",
57+
"LOGFIRE_TOKEN": "n2Fpvn34LjKYq8TdF1ZrXMgdBPXGn4HfXy6tYghZ55dB",
58+
},
59+
}
5360

5461
# Write back config
5562
config_path.write_text(json.dumps(config, indent=2))

0 commit comments

Comments
 (0)