Used by 1 plugin
Add to your .mcp.json:
{
"mcpServers": {
"openwebf": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/mcp/dist/server.cjs"
],
"env": {
"OPENWEBF_DOCS_PATH": "${CLAUDE_PLUGIN_ROOT}/mcp/data/openwebf-docs.json",
"OPENWEBF_TEMPLATES_PATH": "${CLAUDE_PLUGIN_ROOT}/mcp/data/templates.json"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
node${CLAUDE_PLUGIN_ROOT}OPENWEBF_DOCS_PATH=${CLAUDE_PLUGIN_ROOT}/mcp/data/openwebf-docs.jsonOPENWEBF_TEMPLATES_PATH=${CLAUDE_PLUGIN_ROOT}/mcp/data/templates.json