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

Kymic

mcp-darkmatter-999-kymic · by DarkMatter-999

Code Mode AI Agents is a autonomous AI orchestration platform that leverages the Model Context Protocol (MCP) and an interactive Code Mode execution paradigm to build highly capable, secure, and context-efficient AI agents.

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

Install

$ agentstack add mcp-darkmatter-999-kymic

✓ 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 Used
  • 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-darkmatter-999-kymic)

Reliability & compatibility

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

About

Code Mode AI Agents

Code Mode AI Agents is a autonomous AI orchestration platform that leverages the Model Context Protocol (MCP) and an interactive Code Mode execution paradigm to build highly capable, secure, and context-efficient AI agents.

This project addresses the limitations of traditional "JSON tool calling" by providing agents with a dynamic JavaScript interactive REPL environment. Instead of injecting hundreds of static tool definitions into the model context (which leads to "context rot" and massive token consumption), agents dynamically write, evaluate, and execute scripts to discover tools and manipulate data on demand.

https://github.com/user-attachments/assets/c0e68e8a-7434-4fb0-8120-629b1261b604

Key Architectural Features

  • Code Mode Execution: Agents are equipped with an interactive programmatic interpreter. By batching multiple operations into a single script, the system dramatically reduces network round-trips and lowers token usage when compared to traditional tool calling.
  • Orchestrator-Subagent Architecture: Highly complex tasks are delegated from a primary Orchestrator agent to specialized subagents. Subagents operate in isolated contexts, returning only highly condensed, relevant summaries to the Orchestrator.
  • Dynamic Skill Acquisition (Skill MCP): Instead of loading all potential skills into memory, the agent can actively search for and retrieve expert workflows and methodologies only when needed.
  • Browser-Native Canvas Interfaces: A dedicated Canvas MCP allows agents to generate and display interactive structural outputs (data visualizations, architectural diagrams, forms) in the UI.
  • Sandboxing:
  • Node.js: Lightweight JavaScript execution runs in highly restricted V8 engine contexts for rapid logical operations without access to system APIs.
  • Docker Containerization: Operations requiring CLI access, networking, or file system modifications are executed within completely isolated Docker environments to protect the host system.

Tech Stack

  • Frontend: React, TypeScript, Vite, Tailwind CSS
  • Backend: Node.js, Express, WebSocket (ws), Redis (ioredis)
  • AI & Agent Integrations:
  • Vercel AI SDK (ai, @ai-sdk/openai, @ai-sdk/react)
  • Cloudflare Code Mode (@cloudflare/codemode)
  • Model Context Protocol (@modelcontextprotocol/sdk)

Getting Started

Prerequisites

  • Node.js (v24 or compatible)
  • Redis Server (or Docker to run Redis)
  • Docker & Docker Compose (for containerized execution and Sandbox)

Installation

  1. Clone the repository and install dependencies:

``bash npm install ``

  1. Configure environment variables:

Copy .env.example to .env and fill in your AI provider API keys, Redis URL, and MCP server configurations. ``bash cp .env.example .env ``

Running the Development Environment

Using Docker Compose (Recommended)

To easily spin up the entire application stack including Redis, the backend server, and the frontend via Docker:

# Development build
docker-compose -f docker-compose.dev.yml up --build

# Production build
docker-compose -f docker-compose.prod.yml up --build
Running Locally (Manual)

Alternatively, you can start the React frontend (Vite) and the Express/WebSocket backend simultaneously on your host machine.

Frontend:

npm run dev

Backend API & WebSocket Server:

npm run dev:server

Production Build

To build the client for production:

npm run build

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.