@shareai-lab/kode
AI-powered terminal assistant that understands your codebase, edits files, runs commands, and automates development workflows.
pinned to #60d98ddupdated last month
Ask your AI client: “install mcps/shareai-lab-kode”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install mcps/shareai-lab-kodemetahub onboarded this repo on the author's behalf.
If you own github.com/shareAI-lab/Kode-CLI on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
5,139
Last commit
last month
Latest release
published
What this server exposes
Surfaces parsed from this server's source at publish time.
Launches: kode, kwa, kd, kode-acp
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.60d98dd· last month
Documentation
41Description quality
15 words · 126 chars — "AI-powered terminal assistant that understands your codebase, edits files, runs …"
README is present and substantial
5,376 chars · 11 sections · 6 code blocks
Tags / topics declaredwarn
No manifest tags and no GitHub repo topics
Add tags to the manifest (or GitHub topics on the repo) so the registry's search and category filters surface this artifact.
README has usage / example sections
found: Installation · Quick Start
Homepage / docs URL declared
https://github.com/shareAI-lab/kode
Release history
1- releasecurrent60d98ddwarnlast month
Contents
Kode - AI Coding
中文文档 | Contributing | Documentation
Overview
Kode is a powerful AI assistant that lives in your terminal. It can understand your codebase, edit files, run commands, and handle entire workflows for you.
⚠️ Security Notice: Kode runs in YOLO mode by default (equivalent to
--dangerously-skip-permissions), bypassing all permission checks. Usekode --safeto enable permission checks for important projects.
Features
- 🤖 AI-Powered Assistance - Advanced AI models to understand and respond to your requests
- 🔄 Multi-Model Collaboration - Switch and combine multiple AI models (Option+M to cycle)
- 🦜 Expert Model Consultation - Use
@ask-model-namefor specialized analysis - 👤 Intelligent Agent System - Use
@run-agent-nameto delegate tasks to subagents - 📝 Code Editing - Direct file editing with intelligent suggestions
- 🔍 Codebase Understanding - Analyzes project structure and code relationships
- 🚀 Command Execution - Run shell commands in real-time
- 🛠️ Workflow Automation - Handle complex tasks with simple prompts
- 🎨 Interactive UI - Beautiful terminal interface with syntax highlighting
- 🔌 Extensible Tools - MCP servers, skills, and plugins
Installation
npm install -g @shareai-lab/kode
🇨🇳 China users:
npm install -g @shareai-lab/kode --registry=https://registry.npmmirror.com
Dev channel: npm install -g @shareai-lab/kode@dev
Commands: kode (primary) | kwa (alternative) | kd (alias)
Native Binaries (Windows OOTB)
No WSL/Git Bash required. Kode downloads a native binary on postinstall and falls back to Node.js when needed.
Override: KODE_BINARY_BASE_URL (mirror) | KODE_SKIP_BINARY_DOWNLOAD=1 (skip)
Quick Start
# Interactive mode
kode
# Non-interactive mode
kode -p "explain this function" path/to/file.js
# ACP mode (for Toad/Zed)
kode-acp
Configuration
- Global config:
~/.kode.json - Project settings:
./.kode/settings.json - Models:
/model(UI) orkode models import/export(YAML)
Slash Commands
| Command | Description |
|---|---|
/help | Show available commands |
/model | Change AI model settings |
/config | Open configuration panel |
/agents | Manage subagents |
/cost | Show token usage and costs |
/clear | Clear conversation history |
/plugin | Manage plugins/skills |
Multi-Model Collaboration
Kode supports true multi-model collaboration - use different models for different tasks:
- Model Pointers: Configure
main,task,compact,quickmodels via/model - YAML Config: Export/import team-shareable configs with
kode models export/import - Expert Consultation: Use
@ask-model-nameto consult specific models - Parallel Processing: Launch multiple subagents with
@run-agent-name
# Export model config
kode models export --output kode-models.yaml
# Import
kode models import kode-models.yaml
Agents & Skills
Agents
Create agent templates in .kode/agents/:
---
name: reviewer
description: "Review diffs for correctness and security"
tools: ["Read", "Grep"]
model: inherit
---
Be strict. Point out bugs and risky changes.
Run: @run-agent-reviewer ... or Task(subagent_type: "reviewer", ...)
Skills
Install skills from any repository:
npx add-skill vercel-labs/agent-skills -a kode
Manage: /plugin marketplace add, /plugin install
Development
Requires Bun:
# Install Bun
curl -fsSL https://bun.sh/install | bash # macOS/Linux
powershell -c "irm bun.sh/install.ps1 | iex" # Windows
# Setup
git clone https://github.com/shareAI-lab/kode.git
cd kode
bun install
# Development
bun run dev
# Build
bun run build
# Test
bun test
Contributing
We welcome contributions! See Contributing Guide.
License
Apache 2.0 - see LICENSE.
Support
Star History
[
Reviews
No reviews yet. Be the first.
Related
@kryptosai/mcp-observatory
GitHub-native CI, SARIF, Code Scanning, and security gates for MCP servers before agents depend on them.
codex-control-plane-mcp
Durable MCP control plane for long-running Codex Desktop tasks.
Graphify
AI coding assistant skill (Claude Code, CodeBuddy, Codex, OpenCode, Kilo Code, Cursor, Gemini CLI, Aider, OpenClaw, Factory Droid, Trae, Hermes, Kiro, Pi, Devin CLI, Google Antigravity) - turn any folder of code, docs, papers, images, or videos into a queryable knowledge graph
mh install mcps/shareai-lab-kode