PluginBench
MCP Server
Maintained
EUPL-1.2

CE-RISE Digital Passport Engineering Assistant MCP Server

io.github.CE-RISE-software/dp-engineering-assistant

What is the CE-RISE Digital Passport Engineering Assistant MCP server?

Helps plan and reuse CE-RISE Digital Passport components, models, and deployment assets.

How to install CE-RISE Digital Passport Engineering Assistant

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "dp-engineering-assistant": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/ce-rise-software/dp-engineering-assistant-mcp:0.0.1"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "dp-engineering-assistant": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/ce-rise-software/dp-engineering-assistant-mcp:0.0.1"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "dp-engineering-assistant": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/ce-rise-software/dp-engineering-assistant-mcp:0.0.1"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "dp-engineering-assistant": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/ce-rise-software/dp-engineering-assistant-mcp:0.0.1"
      ]
    }
  }
}
Claude Code
claude mcp add dp-engineering-assistant -- docker run -i --rm ghcr.io/ce-rise-software/dp-engineering-assistant-mcp:0.0.1

Related MCP servers

Deterministic SHACL-based assessment and comparison for digital passport data models.

0
Python
EUPL-1.2
View repository →