81 lines
2.5 KiB
JSON
81 lines
2.5 KiB
JSON
{
|
|
"$schema": "https://json.schemastore.org/claude-code-settings.json",
|
|
"env": {
|
|
"MCP_API_KEY": "${MCP_API_KEY}",
|
|
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1",
|
|
"ENABLE_TOOL_SEARCH": "true"
|
|
},
|
|
"permissions": {
|
|
"allow": ["mcp__n8n-mcp__*", "mcp__gitea-mcp__*", "mcp__tui-driver__*", "mcp__mobile-mcp__*", "Bash(git commit:*)"],
|
|
"deny": [
|
|
"Bash(rm -rf /)",
|
|
"Bash(rm -rf /*)",
|
|
"Bash(rm -rf ~)",
|
|
"Bash(rm -rf $HOME)",
|
|
"Bash(diskutil)",
|
|
"Bash(sudo rm -rf /)",
|
|
"Bash(sudo rm -rf /*)",
|
|
"Bash(fork bomb)",
|
|
"Bash(dd if=/dev/zero of=/dev/sda)",
|
|
"Bash(mkfs.ext4 /dev/sda)"
|
|
],
|
|
"defaultMode": "default",
|
|
"additionalDirectories": ["/home/cal/.config/steamtinkerlaunch/", "/mnt/NV2/SteamLibrary/"]
|
|
},
|
|
"enableAllProjectMcpServers": false,
|
|
"enabledMcpjsonServers": [],
|
|
"hooks": {},
|
|
"statusLine": {
|
|
"type": "command",
|
|
"command": "bash ~/.claude/plugins/marketplaces/agent-toolkit/plugins-claude/statusline/scripts/statusline.sh"
|
|
},
|
|
"enabledPlugins": {
|
|
"playground@claude-plugins-official": true,
|
|
"claude-code-setup@claude-plugins-official": true,
|
|
"frontend-design@claude-plugins-official": true,
|
|
"rust-analyzer-lsp@claude-plugins-official": true,
|
|
"pyright-lsp@claude-plugins-official": true,
|
|
"session@agent-toolkit": true,
|
|
"format-on-save@agent-toolkit": true,
|
|
"permission-manager@agent-toolkit": false,
|
|
"project-plan@cal-claude-plugins": true,
|
|
"save-doc@cal-claude-plugins": true,
|
|
"youtube-transcriber@cal-claude-plugins": true,
|
|
"z-image@cal-claude-plugins": true,
|
|
"statusline@agent-toolkit": true,
|
|
"session-history-analyzer@agent-toolkit": true,
|
|
"devops-engineer@codex-agents": true,
|
|
"postgres-pro@codex-agents": true,
|
|
"test-automator@codex-agents": true,
|
|
"tooling-engineer@codex-agents": true,
|
|
"ux-researcher@codex-agents": true
|
|
},
|
|
"extraKnownMarketplaces": {
|
|
"agent-toolkit": {
|
|
"source": {
|
|
"source": "github",
|
|
"repo": "St0nefish/agent-toolkit"
|
|
},
|
|
"autoUpdate": true
|
|
},
|
|
"cal-claude-plugins": {
|
|
"source": {
|
|
"source": "git",
|
|
"url": "https://git.manticorum.com/cal/claude-plugins.git"
|
|
},
|
|
"autoUpdate": true
|
|
},
|
|
"codex-agents": {
|
|
"source": {
|
|
"source": "git",
|
|
"url": "https://git.manticorum.com/cal/codex-agents.git"
|
|
},
|
|
"autoUpdate": true
|
|
}
|
|
},
|
|
"autoUpdatesChannel": "latest",
|
|
"voiceEnabled": true,
|
|
"autoDreamEnabled": true,
|
|
"skipDangerousModePermissionPrompt": true
|
|
}
|