code-mode-mcp

tmustier/code-mode-mcp
★ 0 stars TypeScript Code/Dev Tools Updated today
Compose arbitrary MCP tools with JavaScript through one agent-agnostic stdio MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "code-mode-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tmustier/code-mode-mcp"
      ]
    }
  }
}

README Excerpt

Compose arbitrary MCP tools with JavaScript through one agent-agnostic stdio MCP server. The server exposes one tool, `exec`. Upstream schemas stay out of the model's initial context: JavaScript finds relevant tools with ranked `search()`, inspects exact schemas with `describe()`, and invokes normalized functions on `tools`.