About
Managed Opcua — Model Context Protocol server
README
A TypeScript MCP server that exposes OPC UA read access through server-side authorization and Operator-defined Semantic Controls for safe agent interaction.
See docs/plan.md, docs/operator-guide.md, and CONTEXT.md.
Security posture
- No arbitrary OPC UA writes.
- Reads rely on OPC UA Server credentials and roles for authorization.
- Optional Read Entry Points guide agent discovery.
- Writes use Operator-defined Semantic Controls only.
- High-risk controls are rejected in v1.
- Control attempts are audited.
- Secrets must be provided through environment variables, not literal YAML values.
Development
npm install
npm run typecheck
npm test
Local use
Read the Operator safety guide before enabling controls.
Copy examples/local.config.yaml to a non-committed local config and edit it for your OPC UA Server. Validate locally, run online diagnostics, and generate commissioning review artifacts before serving:
cp examples/local.config.yaml opcua-mcp.local.yaml
npm run dev -- validate --config opcua-mcp.local.yaml
npm run dev -- doctor --config opcua-mcp.local.yaml --format json
npm run dev -- setup --config opcua-mcp.local.yaml \
--out opcua-mcp.draft.local.yaml \
--report commissioning-report.local.md
npm run dev -- validate --config opcua-mcp.draft.local.yaml
npm run dev -- doctor --config opcua-mcp.draft.local.yaml --format json
npm run dev -- serve --config opcua-mcp.draft.local.yaml
setup performs bounded metadata-only discovery. Generated Semantic Control candidates remain comments and cannot execute until an Operator reviews and manually promotes them into the Control Catalog. See the commissioning workflow for report interpretation, exit codes, redaction, and safety boundaries.
Write examples and integration write tests must only target simulator, test, or otherwise safe Nodes approved by an Operator.
Installing Managed Opcua
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/kevin-rieck/managed-opcua-mcpFAQ
Is Managed Opcua MCP free?
Yes, Managed Opcua MCP is free — one-click install via Unyly at no cost.
Does Managed Opcua need an API key?
No, Managed Opcua runs without API keys or environment variables.
Is Managed Opcua hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Managed Opcua in Claude Desktop, Claude Code or Cursor?
Open Managed Opcua on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Managed Opcua with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
