Register [Model Context Protocol](https://modelcontextprotocol.io) servers as tool sources for an executor. Supports both stdio-launched servers and remote (HTTP) servers, with optional OAuth.
{
"mcpServers": {
"executor-jsplugin": {
"command": "npx",
"args": [
"-y",
"@executor-js/plugin-mcp"
]
}
}
}