AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified Apache-2.0 Self-run

Ohmypi Craft

mcp-brcoo-ohmypi-craft · by BRCOO

A visual, local-first desktop shell for Oh My Pi — sessions, tools, models, permissions, and long-running agent work.

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

Install

$ agentstack add mcp-brcoo-ohmypi-craft

✓ 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 Used
  • 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-brcoo-ohmypi-craft)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Ohmypi Craft? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Download · 中文文档 · Contributing · Security

> Status: active development. Oh My Pi Desktop is an evolving open-source project. APIs, packaging, and provider integrations may change while the desktop shell reaches release quality.

Download

Grab the latest packages from the GitHub Releases page:

| Platform | Package | | --- | --- | | macOS | Apple Silicon and Intel .dmg / .zip | | Windows | x64 NSIS installer .exe | | Linux | x64 .AppImage |

Current packages are unsigned. On macOS, Gatekeeper may require an explicit confirmation; on Windows, SmartScreen may show a warning. Verify the downloaded file with the attached SHA256SUMS.txt before launching it.

What is Oh My Pi Desktop?

Oh My Pi Desktop is a visual, local-first workspace for Oh My Pi. It brings terminal-grade agent work into a durable desktop surface where sessions, tools, models, permissions, and long-running tasks stay visible and recoverable.

The desktop shell owns the workspace and presentation layer. The Oh My Pi runtime remains the execution layer, connected through a typed JSONL RPC bridge.

What you can see and control

  • Durable sessions — organize parallel work with status, search, flags, and session actions.
  • The complete agent loop — inspect streamed messages, tool calls, plans, todos, diffs, and diagnostics.
  • Explicit permissions — choose how much autonomy a session has instead of hiding the boundary.
  • Models and providers — onboard providers, discover models, and control configuration per session.
  • Sources and tools — manage MCP servers, REST/API sources, local files, Skills, and Agents.
  • Desktop or headless workflows — use Electron for daily work, or the server/CLI surfaces for automation and remote execution.

How it works

flowchart LR
    UI["Desktop shellElectron + React"] --> Sessions["Durable sessions"]
    Sessions --> RPC["OMP RPC backendJSONL over stdio"]
    RPC --> Runtime["Oh My Pi runtime"]
    UI --> Sources["MCP · Skills · Sources"]
    Sources --> Sessions

The UI keeps session state, permissions, and presentation coherent while the RPC backend translates runtime frames into typed desktop events. This separation keeps the runtime inspectable and the visual layer replaceable.

Quick start from source

Prerequisites

  • Bun 1.3.14 — the version used by CI
  • Git
  • Node.js 18+ for auxiliary tooling

Run the desktop app

git clone https://github.com/BRCOO/ohmypi-craft.git
cd ohmypi-craft
bun install
bun run electron:dev

For a production-like local build:

bun run electron:start

Configure provider credentials and integrations from the app or your local environment. Keep secrets in .env or the OS credential store; never commit them.

Development commands

# Fast pre-commit gate
bun run quality:quick

# Full verification gate
bun run quality:verify

# Type checks and tests
bun run typecheck:all
bun test

For the CLI surface, see [docs/cli.md](docs/cli.md). Release and smoke-test procedures live in [docs/release.md](docs/release.md).

Supported release targets

  • macOS: Apple Silicon and Intel
  • Windows: x64
  • Linux: x64

The release workflow packages a pinned Oh My Pi runtime for each target. Signing and notarization are optional CI capabilities configured through repository secrets.

Repository layout

apps/electron/              Desktop application: main, preload, renderer, assets
apps/cli/                   Headless/server CLI surface
apps/viewer/                Session viewer surface
apps/webui/                 Browser-facing headless UI
packages/core/              Shared domain types
packages/shared/            Agent backends, config, auth, sources, sessions
packages/server-core/       Session orchestration and runtime services
packages/pi-agent-server/   Pi/OMP runtime bridge
packages/ui/                Shared UI primitives
scripts/                    Build, quality, release, and smoke-test tooling
docs/                       Public CLI and release documentation

Privacy and security

Oh My Pi Desktop is built for local-first agent work. Workspace data and credentials are handled by local application layers; remote server mode is opt-in and protected by an explicit token. Review [SECURITY.md](SECURITY.md) before reporting a vulnerability, and never include API keys, credentials, or private workspace data in issues.

Contributing

Bug reports, feature ideas, documentation improvements, and focused code contributions are welcome. Start with [CONTRIBUTING.md](CONTRIBUTING.md), then use the repository templates for [bug reports](.github/ISSUETEMPLATE/bugreport.yml), [feature requests](.github/ISSUETEMPLATE/featurerequest.yml), and pull requests.

License and attribution

Oh My Pi Desktop is released under the [Apache License 2.0](LICENSE).

This repository contains code derived from the Craft Agents open-source project. See [NOTICE](NOTICE) and [TRADEMARK.md](TRADEMARK.md) for attribution and trademark guidance. Oh My Pi is an independent project and is not endorsed by Craft Docs Ltd.

If this project helps your workflow, a star is the simplest way to support it. Issues and concrete feedback are even more valuable while the release surface is being hardened.

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.