A plugin for the oclif CLI framework that automatically discovers commands and serves them through the Model Context Protocol (MCP).
{
"mcpServers": {
"oclif-plugin": {
"command": "npx",
"args": [
"-y",
"oclif-plugin-mcp-server"
]
}
}
}