openapi-diff-mcp-server

by DrSatyr

310 downloads
Not rated
GitHub

Description

# openapi-diff-mcp-server MCP server interface for AI integration with [openapi-diff](https://github.com/OpenAPITools/openapi-diff) tool for comparing OpenAPI specifications. ## Features - TBD ## Usage ### Using MCP Server with Cloude Desktop 1. Build MCP server Jar using…

About

# openapi-diff-mcp-server MCP server interface for AI integration with [openapi-diff](https://github.com/OpenAPITools/openapi-diff) tool for comparing OpenAPI specifications. ## Features - TBD ## Usage ### Using MCP Server with Cloude Desktop 1. Build MCP server Jar using: ```shell mvn clean install ``` 2. To use the…

Details

Author
DrSatyr
Downloads
310
Categories
Developer Tools, API

- Wraps the openapi-diff tool for AI integration.
- Supports MCP transport (stdio).
- Runs as a standalone Java JAR.
- Configurable via standard MCP server settings.

Build the server JAR using mvn clean install. Then configure it for Claude Desktop by adding an entry in claude_desktop_config.json that points to the JAR with -Dmcp.transport=stdio. Run it with java -jar target/openapi-diff-mcp-server-<VERSION>.jar.

openapi-diff-mcp-server

MCP server interface for AI integration with openapi-diff tool for comparing OpenAPI specifications.

Features

- TBD

Usage

Using MCP Server with Cloude Desktop

1. Build MCP server Jar using:

mvn clean install

2. To use the MCP server with Cloude Desktop, you need to configure it using a claude_desktop_config.json file. Below is an example configuration:

{
  "mcpServers": {
    "openapi-diff-mcp-server": {
      "command": "java",
      "args": [
        "-jar",
        "-Dmcp.transport=stdio",
        "/path/to/jar/openapi-diff-mcp-server-0.0.1-SNAPSHOT.jar"
      ]
    }
  }
}

Building and Running

mvn clean install
java -jar target/openapi-diff-mcp-server-<VERSION>.jar
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.