chatbottool-mcp

chatbottool-mcp

A local-first MCP server providing guarded access to a workspace with file operations, search, commands, tests, Git helpers, checkpoints, and structured tool results. It supports multiple tool modes and emphasizes security with workspace restrictions and secret blocking.

Category
访问服务器

README

<div align="center"> <img src="assets/mark.svg" width="96" alt="Chatbottool MCP mark" />

Chatbottool MCP

Give AI useful tools—not the keys to your machine.

A local-first MCP workspace bridge with guarded files, controlled execution,<br> recoverable changes, and a deliberately narrow trust boundary.

Node 22+ MCP TypeScript License: MIT </div>

<img src="assets/chatbottool-mcp-hero.png" width="100%" alt="A luminous guarded bridge between an AI client and a local code workspace" />


The idea

Local agents are useful because they can touch real files, run real tests, and make real changes. That is also exactly what makes a careless bridge dangerous.

Chatbottool MCP puts a small, inspectable capability layer between the client and the workspace.

<table> <tr> <td width="25%" valign="top"> <h3>◇ Guarded paths</h3> Every file operation stays inside an explicitly allowed and opened workspace. </td> <td width="25%" valign="top"> <h3>⌘ Controlled work</h3> Commands, tests, Git helpers, and network access follow separate policies. </td> <td width="25%" valign="top"> <h3>↺ Recoverable change</h3> Checkpoints, trash-backed deletion, diffs, and continuity notes make work inspectable. </td> <td width="25%" valign="top"> <h3>⬡ Client-neutral</h3> Use stdio locally or HTTP + OAuth with any compatible MCP client. </td> </tr> </table>

How it works

<div align="center"> <img src="assets/architecture.svg" width="100%" alt="MCP client passes through Chatbottool policy controls before reaching a workspace" /> </div>

The client never receives ambient authority. It sees only the tools exposed by the selected mode, and each tool still passes through path, process, network, secret, and workspace checks.

Layer Responsibility
Workspace registry Opens only roots already permitted by the server policy
Path guard Blocks escapes, secret globs, symlink traversal, and case-confused paths
Tool policy Chooses the visible capability surface: minimal, standard, or full
Execution layer Runs commands, tests, Git helpers, previews, and managed processes
Recovery layer Records audit events, checkpoints changes, and preserves continuity notes
Transport Serves local stdio or authenticated streamable HTTP

[!IMPORTANT] This is a capability boundary, not a sandbox against a compromised operating- system account. Run it as an unprivileged user and keep allowed roots narrow.

Two practical surfaces

Mode Tools Intended use
standard 37 Everyday reading, editing, structured commands, tests, safe Git writes, checkpoints, and continuity
full 53 Adds 16 opt-in capabilities for trusted clients and tightly scoped workspaces

Full mode adds full shell, recoverable deletion, background processes, repository initialization and branch recovery, Python module execution, direct file placement, and allowlisted network fetch.

The public edition deliberately contains no browser automation, desktop control, computer-use bridge, private service integration, or Git push tool.

Quick start

Requires Node.js 22.19+ (below Node 27), Git, and macOS or Linux.

git clone https://github.com/tamvi-journal/chatbottool-mcp.git
cd chatbottool-mcp
npm install
npm run build
node dist/cli.js init

The initializer creates a local policy file and a private owner password under ~/.chatbottool-mcp/.

Local MCP clients

node /absolute/path/to/chatbottool-mcp/dist/cli.js serve-stdio
{
  "mcpServers": {
    "chatbottool-mcp": {
      "command": "node",
      "args": ["/absolute/path/to/chatbottool-mcp/dist/cli.js", "serve-stdio"]
    }
  }
}

HTTP + OAuth

node dist/cli.js serve

The server binds to localhost by default and exposes /mcp, /healthz, and a small status dashboard. Remote clients need a public HTTPS origin that you operate; place the server behind a trusted reverse proxy or tunnel and set CHATBOTTOOL_PUBLIC_BASE_URL to that origin.

Tool families

Family Examples
Workspace open_workspace, ls, read, read_many, grep, glob
Editing write, edit, apply_patch_many, copy_path, move_path, rename_file
Execution run_command, run_test, run_build, run_pytest, run_npm_script, run_lint
Git git_status, git_diff, git_add, git_commit, git_log, show_changes
Recovery checkpoint_create, checkpoint_diff, checkpoint_restore
Continuity continuity_save, continuity_load, handoff_note
Local preview preview_local_app, collect_artifact

Security defaults

  • Common secret paths such as .env, SSH keys, PEM files, and private keys are blocked.
  • Symlink escapes and case-only path confusion are rejected.
  • Network fetch is full-mode only and requires an explicit hostname allowlist.
  • HTTP MCP uses OAuth and host-header validation.
  • Audit events redact common secret-bearing input fields.
  • Shell, writes, tools, widgets, network hosts, and secret names have independent policies.

Read the complete security model and deployment checklist.

Verify

npm test
npm run typecheck
npm audit --omit=dev
node dist/cli.js doctor

The suite verifies both published surfaces: exactly 37 standard tools and 53 full-mode tools, alongside workspace confinement, OAuth, secret blocking, checkpoint recovery, audit redaction, and controlled Git behavior.

Project status

Chatbottool MCP is an early public extraction. Its security boundaries and tool surfaces are tested, but configuration and public APIs may evolve before 1.0.

License

MIT. See LICENSE and NOTICE.md.


<div align="center"> <sub>Power where it helps. Boundaries where they matter.</sub> </div>

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选