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" }