openapi lint for Claude Desktop
io.github.cedrickouma/openapi-lint
MCP server (stdio): lint OpenAPI specs with Spectral via the AgentForge API
client:Claude Desktop
transport:streamable-http
runtime:npm
Install openapi lint in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"openapi-lint": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://apim-agentforge-6lfm33.azure-api.net/openapi-lint/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs