Submit

APILinter MCP Server

@jbovet

a year ago
developer-tools
The OpenAPI MCP Server powers seamless communication using agents and REST APIs by implementing the Model Context Protocol

Server Config

{
  "mcpServers": {
    "api-linter": {
      "command": "docker-compose",
      "args": [
        "-f",
        "/path/to/your/project/docker-compose.yml",
        "up",
        "mcp-server",
        "--build"
      ],
      "cwd": "/path/to/your/project",
      "env": {
        "APILINTER_URL": "http://localhost:8000"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.