From b363d266d4e75bb6e50336c3f7e9da18b0d55947 Mon Sep 17 00:00:00 2001 From: Amolith Date: Tue, 26 May 2026 21:55:04 -0600 Subject: [PATCH] amp: update settings --- dot_config/amp/private_settings.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/dot_config/amp/private_settings.json b/dot_config/amp/private_settings.json index 74587983d302c9c8d7a1c75f63c8cf76e890981f..d4cb1a3a25634f6d4b1f3675bafdcae859eff476 100644 --- a/dot_config/amp/private_settings.json +++ b/dot_config/amp/private_settings.json @@ -4,6 +4,20 @@ "amp.experimental.walkthroughs": true, "amp.anthropic.interleavedThinking.enabled": true, "amp.anthropic.effort": "max", + "amp.mcpServers": { + "silverbullet": { + "url": "http://100.77.116.78:4000/mcp/silverbullet", + "headers": { + "Authorization": "Bearer ${PLEXUS_API_KEY}:amp" + } + }, + "kagi": { + "url": "http://100.77.116.78:4000/mcp/kagi", + "headers": { + "Authorization": "Bearer ${PLEXUS_API_KEY}:amp" + } + } + }, "amp.permissions": [ { "tool": "Bash", @@ -12,5 +26,7 @@ "cmd": "hut todo -t *" } } - ] + ], + "amp.dangerouslyAllowAll": true, + "amp.gauge": "tokens" }