

Also from Kynth Studios


Also from Kynth Studios


Also from Kynth Studios
1# 🐙 GitHub MCP Integration for CursorRIPER Σ2# Symbol: Θ (Theta)3# Version: 1.0.045## 📋 Service Definition6```7service = "GitHub Operations"8symbol = "Θ"9requires = "@modelcontextprotocol/server-github"10```1112## 🔧 Operation Mapping13```14Θ_ops = {15 repo: {16 create: "@modelcontextprotocol-server-github:create_repository",17 search: "@modelcontextprotocol-server-github:search_repositories",18 fork: "@modelcontextprotocol-server-github:fork_repository",19 clone: "git clone via get_file_contents"20 },21 branch: {22 create: "@modelcontextprotocol-server-github:create_branch",23 list: "@modelcontextprotocol-server-github:list_commits",24 checkout: "via create_branch with from_branch"25 },26 file: {27 create: "@modelcontextprotocol-server-github:create_or_update_file",28 push: "@modelcontextprotocol-server-github:push_files",29 get: "@modelcontextprotocol-server-github:get_file_contents"30 },31 pr: {32 create: "@modelcontextprotocol-server-github:create_pull_request",33 review: "@modelcontextprotocol-server-github:create_pull_request_review",34 merge: "@modelcontextprotocol-server-github:merge_pull_request",35 list: "@modelcontextprotocol-server-github:list_pull_requests"36 },37 issue: {38 create: "@modelcontextprotocol-server-github:create_issue",39 update: "@modelcontextprotocol-server-github:update_issue",40 comment: "@modelcontextprotocol-server-github:add_issue_comment",41 list: "@modelcontextprotocol-server-github:list_issues"42 }43}44```4546## 🔒 Mode Restrictions47```48MΘ = {49 Ω₁: [search_*, list_*, get_*], # RESEARCH: read-only50 Ω₂: [search_*, list_*, get_*, fork_repository], # INNOVATE: read + fork51 Ω₃: [all_ops], # PLAN: all operations52 Ω₄: [create_*, update_*, push_*, merge_*], # EXECUTE: write ops53 Ω₅: [get_*, list_*, search_*] # REVIEW: read-only54}55```5657## 🔑 Permission Matrix58```59ℙΘ = {60 create: [Ω₃, Ω₄],61 read: [Ω₁, Ω₂, Ω₃, Ω₄, Ω₅],62 update: [Ω₃, Ω₄],63 delete: [Ω₃]64}65```6667## 📍 Context Integration68```69Γ_github = {70 current_repo: active repository reference,71 current_branch: active branch name,72 pending_prs: open pull requests,73 assigned_issues: assigned issue list74}75```7677## ⚡ Command Shortcuts78```79SΘ = {80 !gr: "search_repositories",81 !gc: "create_repository",82 !gp: "push_files",83 !gpr: "create_pull_request",84 !gi: "create_issue",85 !gb: "create_branch",86 !gm: "merge_pull_request"87}88```8990## 🛡️ Protection Levels91```92ΨΘ = {93 push_files: Ψ₂, # GUARDED - code changes94 merge_pull_request: Ψ₆, # CRITICAL - main branch95 delete_*: Ψ₆, # CRITICAL - destructive96 create_repository: Ψ₃ # INFO - new repo97}98```99100## 🔄 Mode-Specific Behaviors101```102apply_github_op(op, mode) = {103 check: op ∈ MΘ[mode] ? proceed : deny("Operation not allowed in " + mode),104 protect: op ∈ ΨΘ ? apply_protection(ΨΘ[op]) : continue,105 log: record_operation(op, mode, timestamp),106 execute: Θ_ops[category][operation]()107}108```109110## 🚨 Safety Protocols111```112ΔΘ = {113 merge_*: require_review() ∧ check_ci_status(),114 delete_*: confirm() ∧ backup_reference(),115 push_to_main: deny() ∨ (confirm() ∧ Ψ₆)116}117```118119## 🔌 Feature Detection120```121detect_github() = {122 try: tools.find("@modelcontextprotocol-server-github:*"),123 catch: warn("GitHub MCP not available. Install with: npm install -g @modelcontextprotocol/server-github"),124 fallback: disable_github_features()125}126```127
One repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| johnpeterman72/CursorRIPER.sigma.cursor/rules/bmad-roles.mdc · 206 | Cursor rules | securitydeployment | 54/100 | 14 days ago | |
| johnpeterman72/CursorRIPER.sigma.cursor/rules/cursorriper-sigma-mcp.mdc · 206 | Cursor rules | setuptestapideployment+2 | 76/100 | 14 days ago | |
| johnpeterman72/CursorRIPER.sigma.cursor/rules/enterprise.mdc · 206 | Cursor rules | securitydeploymentdocs | 54/100 | 14 days ago | |
| johnpeterman72/CursorRIPER.sigma.cursor/rules/mcp-puppeteer.mdc · 206 | Cursor rules | testdeployment | 66/100 | 14 days ago | |
| johnpeterman72/CursorRIPER.sigma.cursor/rules/mcp-websearch.mdc · 206 | Cursor rules | deploymentdo-not | 61/100 | 14 days ago | |
| johnpeterman72/CursorRIPER.sigma.cursor/rules/quality-gates.mdc · 206 | Cursor rules | deployment | 54/100 | 14 days ago | |
| johnpeterman72/CursorRIPER.sigma.cursor/rules/ripersigma-mcp.mdc · 206 | Cursor rules | setuptestdatabaseapi+3 | 55/100 | 14 days ago | |
| johnpeterman72/CursorRIPER.sigma.cursor/rules/ripersigma104.mdc · 206 | Cursor rules | securityperformance | 40/100 | 14 days ago | |
| johnpeterman72/CursorRIPER.sigma.cursor/rules/codeprotection.mdc · 206 | Cursor rules | do-notagent-behaviour | 55/100 | 14 days ago | |
| johnpeterman72/CursorRIPER.sigma.cursor/rules/ripersigma1.mdc · 206 | Cursor rules | performance | 48/100 | 14 days ago | |
| johnpeterman72/CursorRIPER.sigma.cursor/rules/ripersigma101codeprotect.mdc · 206 | Cursor rules | performance | 48/100 | 14 days ago | |
| johnpeterman72/CursorRIPER.sigma.cursor/rules/mcp-docker.mdc · 206 | Cursor rules | securitydeployment | 54/100 | 14 days ago | |
| johnpeterman72/CursorRIPER.sigma.cursor/rules/mcp-filesystem.mdc · 206 | Cursor rules | performance | 48/100 | 14 days ago | |
| johnpeterman72/CursorRIPER.sigma.cursor/rules/prd-system.mdc · 206 | Cursor rules | archdatabaseperformancedeployment | 58/100 | 14 days ago | |
| johnpeterman72/CursorRIPER.sigma.cursor/rules/ripersigma102.mdc · 206 | Cursor rules | performance | 48/100 | 14 days ago | |
| johnpeterman72/CursorRIPER.sigma.cursor/rules/ripersigma103.mdc · 206 | Cursor rules | securityperformance | 40/100 | 14 days ago | |
| johnpeterman72/CursorRIPER.sigma.cursor/rules/ripersigma105.mdc · 206 | Cursor rules | securityperformance | 40/100 | 14 days ago |
A badge carrying the measured quality of the strongest agent config file in this repository, out of 100. It reads from this index every time somebody loads your page, so it changes when the measurement changes and there is nothing to keep up to date. Free, no account, and the value is not something you or we can set by hand.
[](https://rulestack.kynth.studio/configs/johnpeterman72-cursorriper-sigma-cursor-rules-mcp-github)Would rather not hotlink us? Every badge is also served in shields.io’s endpoint schema, so shields renders the image and your readers never talk to our domain:
Published by Toolproof, the masthead over this index and eight others. The method behind the number is at toolproof.kynth.studio/methodology, and the whole thing is readable as JSON with no key at /api.