MCP Server Diff TypeScript
mcp-server-diff-typescript MCP サーバー
統合された diff 生成機能を提供するモデル コンテキスト プロトコル サーバー。
このTypeScriptベースのMCPサーバーは、差分生成システムを実装しています。2つのテキスト文字列間の統合された差分を生成するツールを提供し、テキストの差異の比較や分析に役立ちます。
特徴
ツール
get-unified-diff- 2つのテキスト文字列間の統合された差分を生成するoldStringとnewString必須パラメータとして受け取ります差分を統合差分形式で返します
正確な差異検出のために
diffパッケージを使用する変更に関する 3 行のコンテキストが含まれます
Related MCP server: Git Stuff Server
インストール
グローバルパッケージとして
npm install -g mcp-server-diff-typescriptプロジェクトの依存関係として
npm install mcp-server-diff-typescript使用法
Claude Desktopでの使用
Claude Desktop で使用するには、サーバー設定を追加します。
MacOSの場合: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows の場合: %APPDATA%/Claude/claude_desktop_config.json
"mcpServers": {
"mcp-server-diff-typescript": {
"command": "npx",
"args": [
"-y",
"mcp-server-diff-typescript"
]
}
}または次の構成を追加します。
git clone https://github.com/tatn/mcp-server-diff-typescript.git
cd mcp-server-diff-typescript
npm install
npm run build"mcpServers": {
"mcp-server-diff-typescript": {
"command": "node",
"args": [
"/path/to/mcp-server-diff-typescript/build/index.js"
]
}
}デバッグ
MCP サーバーをデバッグするには:
npx @modelcontextprotocol/inspector npx -y mcp-server-diff-typescriptnpx @modelcontextprotocol/inspector node /path/to/mcp-server-diff-typescript/build/index.jsMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseBqualityDmaintenanceThis MCP server provides unified diffs of two text inputs using Python's standard library difflib.18MIT
- FlicenseCqualityDmaintenanceMCP server providing Git-related functionalities, primarily a tool to generate diffs for Git merge commits against their first parent.4
- FlicenseCqualityDmaintenanceAn efficient MCP server for performing accurate, deep comparisons between JSON objects or strings using the deepdiff engine. It provides AI agents with standardized difference reports, supporting nested structures and various input formats to ensure precise data analysis.1
- AlicenseNot gradedqualityBmaintenanceA high-performance Model Context Protocol server that provides text diffing capabilities, enabling LLMs to compare two blocks of text and receive differences in unified diff format.6Apache 2.0
Related MCP Connectors
Compare two JSON files deeply, ignoring order, to surface every difference. Get a clear, structure…
Remote MCP server: 10 developer utilities (base64, JWT, DNS, UUID, URL, JSON, UA, IP lookup).
This MCP server enables users to perform scientific computations regarding linear algebra and vect…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tatn/mcp-server-diff-typescript'
If you have feedback or need assistance with the MCP directory API, please join our Discord server