codeep

data-ai MCP Server

An autonomous AI agent that reads your whole project, runs commands, and writes & verifies code on its own — going deeper than autocomplete. Bring any model, hosted or local.

VerifiedInstall Ready
data-aidata-ai
2 views20 stars1 forksv2.13.0Apache-2.0

Why This Matters

Discovered via agent-topic:ai-agent and last synced 3mo ago.

VerifiedInstall Ready
Source
agent-topic:ai-agent
Stars
20
Last synced
3mo ago
Install
Instructions detected

Install

1. Install the package

npx @modelcontextprotocol/server-filesystem /path

2. Add to claude_desktop_config.json

{
  "mcpServers": {
    "codeep": {
      "command": "npx",
      "args": [
        "codeep"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

61
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (61)

search_code

Search for patterns in code

Language

Build

Escape

Cancel current request / Stop agent

de

German (Deutsch)

DEEPSEEK_API_KEY

DeepSeek API key

edit_file

Edit specific text in files

pre_tool_call

Before every agent tool call (including MCP `<server>__<tool>`)

delete_file

Delete files or directories

post_edit

After `write_file` / `edit_file` succeeds (built-in only)

list_files

List directory contents

pre_commit

Before the `/commit` skill stages anything

ignore

fallbacks

fetch_url

Fetch content from URLs

Platform

Binary

Code

Language

ja

Japanese (日本語)

GOOGLE_API_KEY

Google AI (Gemini) API key

Dangerous

`Never`, `Dangerous` (default), or `Always`

create_directory

Create folders

on_error

When any tool call fails (built-in or MCP)

Mode

Behavior

ar

Arabic (العربية)

ZAI_CN_API_KEY

Z.AI China API key

60000ms

Request timeout

Tool

Description

warning

info

codeep-linux-x64

```bash # Example for macOS Apple Silicon: curl -fsSL https://github.com/VladoIvankovic/Codeep/releases/latest/download/codeep-macos-arm64 -o codeep chmod +x codeep sudo mv codeep /usr/local/bin/ ``` ## Quick Start ```bash # Navigate to your project directory cd /path/to/your/project # Start Codeep codeep # On first run, enter your API key # Get one at: https://z.ai/subscribe?ic=NXYNXZOV14 ``` After installation, `codeep` is available globally in your terminal. Simply run it from any project directory to start coding with AI assistance. ## Commands ### General

auto

Auto-detect (matches user's language)

read_file

Read file contents

Category

Information

Command

Description

en

English

hr

Croatian (Hrvatski)

MINIMAX_CN_API_KEY

MiniMax China API key

execute_command

Run shell commands

never

Execute without asking

write_file

Create or overwrite files

Event

When

fr

French (Français)

ru

Russian (Русский)

MINIMAX_API_KEY

MiniMax (international) API key

50

Maximum agent iterations (10-500). Modern models finish typical tasks in 3–8 iterations — raise for large autonomous refactors.

always

Ask before every action

hi

Hindi (हिन्दी)

Variable

Description

Setting

Default

Key

Action

ZAI_API_KEY

Z.AI (international) API key

Temperature

0.7

180000ms

Timeout per agent API call (auto-adjusted for complexity)

zh

Chinese (中文)

ANTHROPIC_API_KEY

Anthropic Claude API key

ON

`ON` = agent runs automatically (requires write permission via `/grant`), `Manual` = use /agent

OPENAI_API_KEY

OpenAI API key

es

Spanish (Español)

Type

Location

Off

`Off`, `Build only`, `Typecheck only`, `Test only`, or `Build + Typecheck + Test`

Enter

Submit message

pt

Portuguese (Português)

8192

Maximum response length

1

Max attempts to auto-fix errors when Auto-Verify is enabled. More than 1 usually means the agent is stuck — bail and let the user decide.