Catalog
Openapi Lint
Officialby CedricKouma
MCP server (stdio): lint OpenAPI specs with Spectral via the AgentForge API
Lints OpenAPI specifications using Spectral rules.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
AGENTFORGE_BASE_URLAgentForge APIM gateway base URL
AGENTFORGE_API_KEYrequiredsecretAPIM subscription key (Ocp-Apim-Subscription-Key / x-api-key)
claude_desktop_config.json
{
"mcpServers": {
"openapi-lint": {
"command": "npx",
"args": [
"-y",
"agentforge-openapi-lint-mcp@0.1.0"
],
"env": {
"AGENTFORGE_BASE_URL": "<YOUR_AGENTFORGE_BASE_URL>",
"AGENTFORGE_API_KEY": "<YOUR_AGENTFORGE_API_KEY>"
}
}
}
}