Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions mcp-config.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,24 @@
"_comment": "PRs, issues, code search. Essential for any GitHub-based project."
}
},
"_optional_servers": {
"_note": "Copy into mcpServers above to enable. These are not loaded by default.",
"protect-mcp": {
"command": "npx",
"args": ["-y", "protect-mcp@0.5.2", "serve", "--enforce"],
"_comment": "Ed25519 receipt signing + Cedar policy enforcement for every tool call. Zero config — auto-generates policies on first run.",
"_docs": "https://www.npmjs.com/package/protect-mcp",
"_when": "Compliance requirements, multi-agent orchestration, audit trails, or when agents handle sensitive operations."
}
},
"_recommendations": {
"daily_use": [
"context7 - Live docs. Use instead of guessing API signatures.",
"playwright - E2E testing and browser automation. 13.7k tokens avg.",
"github - PRs, issues, code search."
],
"add_when_needed": [
"protect-mcp - Cryptographic receipt signing for tool calls (when you need audit trails, policy enforcement, or compliance evidence)",
"supabase - Database operations (when using Supabase)",
"linear - Issue tracking (when using Linear)",
"slack - Team notifications (when using Slack)"
Expand Down