About Oas MCP
Oas MCP is an MCP server published by nonchan7720 in the Developer Tools category: openapi to mcp server. It has been installed 0 times through Conduid.
Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.
Install
npx oas-mcpThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about Oas MCP
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.
README
OAS-MCP
OpenAPI仕様からModel Context Protocol(MCP)サーバーを自動生成するツール
概要
OAS-MCPは、OpenAPI仕様書(YAML/JSON)からModel Context Protocol(MCP)サーバーとツールを自動的に生成するGoアプリケーションです。OpenAPIの各エンドポイントはMCPツールとして利用可能になります。
機能
- OpenAPI仕様からGoクライアントコードを自動生成
- 生成したクライアントコードを利用したMCPサーバーの構築
- 各APIエンドポイントをMCPツールとして提供
- SSE (Server-Sent Events) を活用したリアルタイム通信
必要条件
- Go 1.24以上
インストール方法
# リポジトリをクローン
git clone https://github.com/nonchan7720/oas-mcp.git
cd oas-mcp
# 依存関係のインストール
go mod download
使用方法
# OpenAPI仕様からクライアントコードを生成
go run cmd/main.go -path=./api/openapi.yaml -output=./pkg/client
# または、go:generateを使用
go generate ./...
主な依存ライブラリ
- ogen-go/ogen - OpenAPIからGoコードを生成
- mark3labs/mcp-go - MCPサーバー実装
- dave/jennifer - Goコード生成ライブラリ
ライセンス
このプロジェクトはオープンソースソフトウェアとして提供されています。詳細についてはLICENSEファイルをご覧ください。
README mirrored from the source repository 4 months ago. The original is authoritative.