Stats
Actions
Tags
From agent-bridge
Local stdio MCP server deployed to handle Apple Notes operations. Purpose and capabilities are unclear from configuration alone.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"agent-bridge": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/build/index.js"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Declared capabilities of this MCP server
npx claudepluginhub ethansk/agent-bridge --plugin agent-bridge