A tool for parsing traffic on the jetstream and applying a moderation workstream based on regexp based rules
at main 240 B view raw
1{ 2 "mcpServers": { 3 "git-mcp-server": { 4 "type": "stdio", 5 "command": "npx", 6 "args": ["@cyanheads/git-mcp-server"], 7 "env": { 8 "MCP_LOG_LEVEL": "info", 9 "GIT_SIGN_COMMITS": "false" 10 } 11 } 12 } 13}