Install
$ agentstack add mcp-victorgjn-modular-patchbay ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
modular-patchbay (modular-studio)
> ⚠️ This repo has moved to the modular monorepo. > > The Studio visual IDE now lives at apps/studio/ in the unified monorepo.
New location
Repo: github.com/VictorGjn/modular Path: apps/studio/
Why?
Studio and Crew share significant code — types, providers, worktree manager, context engine. The monorepo eliminates duplication via shared packages:
| Package | What's shared | |---------|---------------| | @modular/core | Types, Zod schemas, DepthLevel, Fact, Agent types | | @modular/providers | StudioProvider interface, MockProvider | | @modular/worktree | Git worktree isolation (was literally forked) | | @modular/context | SystemPromptBuilder, ReactiveCompaction, ContextCollapse | | @modular/harness | FactBus, Mailbox, HookRunner, BudgetGuard, Presets | | @modular/ui | Shared design tokens + React components |
Quick start (new repo)
git clone https://github.com/VictorGjn/modular.git
cd modular
bun install
bun run build
cd apps/studio && npm run dev
This repo is archived. All new development happens in the monorepo.
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: VictorGjn
- Source: VictorGjn/modular-patchbay
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.