Dsh Codebase Chat MCP Server

Local-first codebase intelligence: cited answers, audits, reports. EN/FR.

People connecting coding agent tools to Claude, Cursor, VS Code, or another MCP client.

NO LONGER MAINTAINED

LAST COMMIT unknown · VERIFIED 2026-09-18

how we verify → /methodology

01 · Install Dsh Codebase Chat

Claude Code

claude mcp add shinzarou-eng-dsh-codebase-chat -- npx -y dsh-codebase-chat-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "shinzarou-eng-dsh-codebase-chat": {
      "command": "npx",
      "args": [
        "-y",
        "dsh-codebase-chat-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package dsh-codebase-chat-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.shinzarou-eng is GitHub-verified and matches the repo owner

03 · Who maintains Dsh Codebase Chat

dsh-codebase-chat is maintained by shinzarou-eng. We track 2 MCP servers from shinzarou-eng - 1 actively maintained, 2 combined GitHub stars, oldest repo from Sep 2026. Full record: all servers from shinzarou-eng.

  1. codebase-chat Local-first codebase intelligence: cited answers, audits, reports. EN/FR. ★ 2

04 · Facts

category
coding agent - dead as of 2026-09-18.
registry
io.github.shinzarou-eng/dsh-codebase-chat (deprecated, first published 2026-09-12 · 11 versions)
packages
npm:dsh-codebase-chat-mcp

05 · Dsh Codebase Chat FAQ

What is Dsh Codebase Chat?

Local-first codebase intelligence: cited answers, audits, reports. EN/FR.

Is Dsh Codebase Chat still maintained?

Its last commit was unknown (as of 2026-09-18) - we classify it as dead.

How do I install Dsh Codebase Chat?

Run `npx -y dsh-codebase-chat-mcp`. You can also paste the ready-made client config above.

Does Dsh Codebase Chat run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

06 · Alternatives to Dsh Codebase Chat