@

@robinbraemer/codemode

ToolsMIT

Overview

MCP tools for Code Mode, generated from OpenAPI specs. Replaces hundreds of individual MCP tools with two tools: search and execute.

Capabilities

  • stdio transport support
  • resource handlers
  • tool call interface
  • authentication support
  • filesystem integration
  • github integration

Best For

MCP tools for Code Mode from OpenAPI specs, replacing hundreds of individual tools with search and execute functionality.

Decision Snapshot

Install

available

Usage

available

Config

1 strong hints

Capabilities

6 key capabilities detected

  • • GitHub stars: 3
  • • Source provenance count: 1
  • • Last seen: 4/2/2026
  • • Published: 3/16/2026

Installation / Setup

pnpm add @robinbraemer/codemode && # Install the sandbox runtime: && pnpm add isolated-vm       # V8 isolates

Usage

import { CodeMode } from '@robinbraemer/codemode'; && import { Hono } from 'hono'; && const app = new Hono(); && app.get('/v1/clusters', (c) => c.json([{ id: '1', name: 'prod' }]));

Features

  • stdio transport support
  • resource handlers
  • tool call interface
  • authentication support
  • filesystem integration
  • github integration

Use Cases

  • Supports capabilities such as: stdio transport support; resource handlers; tool call interface.
  • Common usage themes: mcp, openapi, codemode, code-mode.

Supported Clients / Integrations

  • stdio transport support
  • resource handlers
  • tool call interface
  • authentication support
  • filesystem integration
  • github integration

Compatibility Signals

  • GitHub: supports (Detected in parser config/capability hints.)

Prompt Examples

example

import { CodeMode } from '@robinbraemer/codemode'; && import { Hono } from 'hono'; && const app = new Hono(); && app.get('/v1/clusters', (c) => c.json([{ id: '1', name: 'prod' }]));

Notes / Requirements

  • Primary language: TypeScript
  • License: MIT
  • Parser coverage score: 1.00
  • Source feeds: npm Registry Search API
  • Topic cluster: general

Official Links

Source Information

Community: 3 stars
Last Updated: Apr 2, 2026
TypeScriptMIT

You can verify all information on this page against the source repository above.

Related MCP Tools

What To Do Next

Continue from this tool into a workflow and a learn guide to shorten implementation time.