Token导航 LogoToken导航TokenDH.com
GI
开发工具HTTP官方级别未说明来源级核验

gitwhy (d22b27)

MCP Server

The shared AI context engine for git — save, search, and share the reasoning behind code changes. Captures the why behind every commit and slide on PRs for coding agents.

工具数

公开资料未说明
JavaScriptAPI密钥HTTP开发工具

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

最后核验

2026/5/18 00:01

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx -y smithery mcp add gitwhy-cli/gitwhy

详细介绍

gitwhy

The shared AI context engine for git — save, search, and share the reasoning behind code changes. Captures the why behind every commit and slide on PRs for coding agents.

Quick Start

# Connect this server (installs CLI if needed)
npx -y smithery mcp add gitwhy-cli/gitwhy

# Browse available tools
npx -y smithery tool list gitwhy-cli/gitwhy

# Get full schema for a tool
npx -y smithery tool get gitwhy-cli/gitwhy gitwhy_get

# Call a tool
npx -y smithery tool call gitwhy-cli/gitwhy gitwhy_get '{}'

Direct MCP Connection

Endpoint: https://gitwhy--gitwhy-cli.run.tools

Required config:

  • GITWHY_API_KEY (header) — Your GitWhy API key. Get one at https://app.gitwhy.dev/dashboard/api-keys

Tools (8)

  • gitwhy_get — Retrieve a saved context by its ID. Returns the full markdown content including metadata, reasoning, and file changes. …
  • gitwhy_list — Browse saved contexts and the domain/topic tree structure. Use to discover what contexts exist in this repo. Call with …
  • gitwhy_post_pr — Post or update a GitHub PR comment summarizing the development context for linked commits. Use when the developer wants…
  • gitwhy_publish — Make synced contexts visible to the team (shared). Auto-syncs to cloud if not already synced. Use when the developer wa…
  • gitwhy_save — Save development context (reasoning, decisions, trade-offs) for the current coding session. Use after completing a mean…
  • gitwhy_search — Search saved contexts by keyword or natural language query. Returns matching context summaries ranked by relevance usin…
  • gitwhy_status — Check GitWhy setup state, pending commits, and sync status for the current repo. Use to determine whether to suggest sa…
  • gitwhy_sync — Upload local contexts to the GitWhy cloud as private (not shared with team). Use after saving contexts locally to back …
# Get full input/output schema for a tool
npx -y smithery tool get gitwhy-cli/gitwhy 

Prompts (3)

  • browse-contexts (repo) — Browse all saved development contexts organized by domain and topic
  • search-decisions (query, repo) — Search past coding decisions and context in your repository
  • understand-change (context_id) — Understand why a specific code change was made by looking up its context

目录标签

目录标签

JavaScriptAPI密钥HTTP开发工具

接入字段

传输方式(transport,传输协议)

HTTP

鉴权方式(authType,认证方式)

api-key

运行时(runtime,运行环境)

Node.js

权限和风险

HTTPapi-key部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:category

来源信息

继续浏览同类 MCP