Change summary
dot_config/amp/private_settings.json | 18 +++++++++++++++++-
1 file changed, 17 insertions(+), 1 deletion(-)
Detailed changes
@@ -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"
}