Back to Home
jhlee0409 icon

openapi-sync-mcp

Verified Safe

by jhlee0409

Overview

This server processes OpenAPI specifications, providing an AI assistant with capabilities to parse, diff, track dependencies, and generate client code for various languages and frameworks.

Installation

Run Command
openapi-sync-mcp

Environment Variables

  • API_BASE_URL

Security Notes

The server is built with Rust, leveraging its memory safety features. It explicitly implements path traversal prevention using `canonicalize` and `contains("..")` checks when reading local files, indicating a good security posture for file operations. Remote spec fetching uses standard `reqwest` client with timeouts. Base URLs for generated clients are configured via environment variables, avoiding hardcoded secrets. The installation process downloads pre-compiled binaries from GitHub releases, which is a common practice but relies on the integrity of the release process. Overall, the codebase shows strong security awareness for its intended functions.

Similar Servers

Stats

Interest Score55
Security Score9
Cost ClassMedium
Avg Tokens3000
Stars1
Forks0
Last Update2026-01-19

Tags

OpenAPIAPI ManagementCode GenerationDependency TrackingJSON-RPC