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

Claxedo

mcp-kyashrathore-claxedo · by kyashrathore

Open-source coding-agent workspace: desktop app + composable TypeScript framework for building coding-agent products

— No reviews yet
0 installs
9 views
0.0% view→install

Install

$ agentstack add mcp-kyashrathore-claxedo

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

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-kyashrathore-claxedo)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● 8d 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 Claxedo? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Claxedo

**claxedo.com · npm: @claxedo/*

Claxedo is an open-source coding-agent workspace for running OpenCode, Claude, Codex, Cursor, Pi, and other coding agents against your own projects. It combines first-class chat and terminal sessions, remote workspace access, sandbox management, MCP tooling, and an optional standards-based Agent Plugins catalog.

Quickstart

Clone the repo and run the desktop app or the engine directly:

git clone https://github.com/kyashrathore/Claxedo.git
cd Claxedo
bun install
bun run dev             # desktop app (Electron shell)
bun typecheck           # turbo typecheck across the workspace

The runtime packages remain independently installable for Node and Bun projects:

npm install @claxedo/workspace-runtime @claxedo/agent-sdk-runtime @claxedo/agent-event-runtime

Most full products start with @claxedo/workspace-runtime; the package table below links directly to each published module.

Packages

All 12 are published on npm under @claxedo/*:

| Package | Description | | ------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------- | | @claxedo/workspace-runtime | Per-workspace host runtime for agent sessions, terminals, processes, files, diffs, and relay attachment | | @claxedo/agent-runtime-contract | Dependency-free canonical contracts for Claxedo agent sessions, content, execution, errors, and events | | @claxedo/agent-sdk-runtime | Runtime facade over coding-agent harnesses (Claude, Codex, Cursor, OpenCode, Pi): sessions, turns, SSE routes, pluggable stores | | @claxedo/agent-event-runtime | Canonical agent event contracts and harness adapters normalizing Claude SDK, Codex, Cursor, and ACP event streams into one event model | | @claxedo/workspace-relay | Relay/tunnel server that routes authenticated traffic to workspace runtimes, with Bun and Cloudflare adapters | | @claxedo/workspace-relay-protocol | Wire types, message validation, and token verifier interfaces for the workspace relay tunnel protocol | | @claxedo/sandbox-contract | Dependency-neutral sandbox driver identity and credential configuration contracts | | @claxedo/sandbox-manager | Sandbox lifecycle manager with epoch-based leases and pluggable drivers for Daytona, Modal, Vercel Sandbox, Cloudflare, Box, and Docker | | @claxedo/channels | Channel ingress routing GitHub, Slack, Telegram, Discord, and WhatsApp messages into Claxedo runtimes | | @claxedo/connections | Integration registry, credential store ports, OAuth attempt machine, and token service for linking external accounts | | @claxedo/mcp | MCP server and CLI for Claxedo documents, processes, logs, sessions, and browser tools | | @claxedo/wakes | Resume an idle agent session from an out-of-band trigger — a durable wake fired by time, an external event, or an authorized approval |

Layout

  • packages/claxedo-server — hosted control plane (runs local/cloud/hybrid sessions; embeds the published OpenCode SDK host via @claxedo/workspace-runtime/opencode)
  • packages/claxedo-local-server — the desktop's self-hosted server; packages/claxedo-server-core — storage- and vendor-agnostic core shared by both servers
  • packages/claxedo-app — web app (Solid); packages/claxedo-desktop — Electron shell
  • packages/workspace-runtime, workspace-relay*, sandbox-manager — session execution + routing
  • packages/{channels,connections,wakes,mcp,agent-*} — first-party @claxedo/* capabilities
  • packages/{ui,session-ui} — shared OpenCode UI used by the app and desktop
  • packages/cli — the lildax CLI (up, down, status, deploy, creds, logout)

OpenCode heritage

Claxedo is a hard fork of OpenCode. Session execution uses the pinned published OpenCode SDK through packages/workspace-runtime; shared UI remains in-repo, while benchmark imports use the same published SDK. The control plane, workspace runtime, relay, channels, connections, and web/desktop apps are Claxedo's own.

Contributing

Security issues go through [SECURITY.md](./SECURITY.md), not a public issue.

License

MIT — see [LICENSE](./LICENSE).

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.