Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From dpf-platform
Connects to a remote HTTP endpoint for MCP tools and resources. The default URL suggests a custom API service. May require authentication or secrets.
npx claudepluginhub opendigitalproductfactory/opendigitalproductfactory --plugin dpf-platformCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"dpf": {
"type": "http",
"url": "${DPF_MCP_URL:-http://127.0.0.1:3000/api/mcp/v1}"
}
}
}Server configuration and connection parameters
${DPF_MCP_URL:-http://127.0.0.1:3000/api/mcp/v1}Share bugs, ideas, or general feedback.