AgentStack
MCP verified MIT Self-run

Modular Patchbay

mcp-victorgjn-modular-patchbay · by VictorGjn

Context engineering IDE for AI agents. Design knowledge pipelines, not just prompts.

No reviews yet
0 installs
2 views
0.0% view→install

Install

$ agentstack add mcp-victorgjn-modular-patchbay

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

Are you the author of Modular Patchbay? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.