openapi-mcp

Turn any API spec into AI-accessible tools instantly.

GitHub Stars

69

User Rating

Not Rated

Favorites

0

Views

39

Forks

14

Issues

0

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Docker: Latest version

Installation Steps

1. Pull the Docker Image

bash
docker pull ckanthony/openapi-mcp

2. Run the Container

bash
docker run -d -p 8080:8080 ckanthony/openapi-mcp

3. Mount API Specification File

bash
docker run -d -v /path/to/your/spec:/spec -p 8080:8080 ckanthony/openapi-mcp

Troubleshooting

Common Issues

Issue: Container won't start Solution: Ensure Docker is installed correctly and check the logs.