a year ago
developer-toolsThe 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"
}
}
}
}