Skip to content

Instantly share code, notes, and snippets.

View kierr's full-sized avatar

Kier kierr

View GitHub Profile
@kierr
kierr / always_allow_all.py
Created August 7, 2025 08:13
Always Allow All (Kilo Code MCP Servers)
#!/usr/bin/env python3
"""
always_allow_all.py [OPTIONS] CONFIG.json
Kilo Code currently has no way to always allow all tools for an MCP server.
This script will always allow every tool for every server in a provided configuration file.
Options:
-v, --verbose Increase output verbosity
-r, --retries Number of retries for flaky servers (default: 1)