@robinbraemer/codemode
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
You can verify all information on this page against the source repository above.
Related MCP Tools
zero-mcp
A zero-boilerplate, lightweight MCP server toolkit for TypeScript/JavaScript, enabling quick setup of MCP servers with minimal code.
@williamp29/project-mcp-server
A ModelContextProtocol (MCP) server enabling agents to discover project resources, including OpenAPI-based APIs and database schemas.
@upstash/context7-mcp
Context7 is a specialized MCP server that provides extended context management for AI assistants. It maintains conversation context across long sessions, enabling AI models to reason about complex, multi-turn interactions without losing track of earlier exchanges. Editor's Review: Context7 solves a fundamental problem with LLM-based AI assistants—limited context windows. By intelligently managing what context to retain and how to retrieve it, Context7 enables AI assistants to maintain coherence over much longer interactions than would otherwise be possible. This is particularly valuable for complex debugging sessions, architectural design discussions, or any workflow where earlier decisions inform later ones. The server is well-documented and straightforward to configure. If you find that AI assistants lose track of your project details in long sessions, Context7 is one of the most practical solutions available.
mcp-framework
A TypeScript framework for building Model Context Protocol (MCP) servers.
What To Do Next
Continue from this tool into a workflow and a learn guide to shorten implementation time.