SkillAgentSearch skills...

codemode-mcp

An implementation of the Codemode workflow detailed by Cloudflare.

Install / Use

claude mcp add jx-codes -- npx -y github:jx-codes/codemode-mcp

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

37/100

Category

Automation

Supported Platforms

Claude Code
Claude Desktop

{ "name": "codemode-mcp", "version": "1.0.0", "description": "A local implementation of the Code Mode workflow for Claude Code. LLMs write TypeScript/JavaScript code that calls a simple HTTP proxy to access your MCP servers.", "type": "module", "main": "index.ts", "bin": { "codemode-mcp-server": "./index.ts" }, "scripts": { "start": "bun run index.ts", "typecheck": "bunx tsc --noEmit", "dev": "bun run --watch index.ts" }, "keywords": [ "mcp", "server", "typescript", "code-mode", "model-context-protocol", "ai", "llm", "deno", "proxy" ], "author": "Jesus Moreno jm.codes9@gmail.com", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/jx-codes/codemode-mcp.git" }, "homepage": "https://github.com/jx-codes/codemode-mcp", "bugs": { "url": "https://github.com/jx-codes/codemode-mcp/issues" }, "engines": { "node": ">=18.0.0" }, "files": [ "index.ts", "README.md", "LICENSE", "codemode-config.json" ], "devDependencies": { "@types/bun": "latest", "typescript": "^5" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.18.2", "@types/uuid": "^11.0.0", "uuid": "^13.0.0" } }

Related Skills

View on GitHub
GitHub Stars0
CategoryAutomation
UpdatedNaNy ago
Forks0

Security Score

68/100

Audited on Invalid Date

2 medium1 low