From context-mode
Local stdio MCP server named 'maestro' running a Node.js process via start.mjs. Capabilities unclear from key, command, and lack of environment variables.
npx claudepluginhub mksglu/context-mode --plugin context-modeAdd to your .mcp.json:
{
"mcpServers": {
"context-mode": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/start.mjs"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
nodeShare bugs, ideas, or general feedback.