Managed OPC UA MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Managed OPC UA MCP Serverread the temperature value from OPC UA"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Managed OPC UA MCP Server
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.
Related MCP server: MCP-Typescribe
Development
npm install
npm run typecheck
npm testLocal 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.
cp examples/local.config.yaml opcua-mcp.local.yaml
npm run dev -- serve --config opcua-mcp.local.yamlWrite examples and integration write tests must only target simulator, test, or otherwise safe nodes approved by an Operator.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kevin-rieck/managed-opcua-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server