Home › Cloud & Monitoring › MikroMCP
MikroMCP
MCP server for MikroTik RouterOS: typed tools, dry-run, RBAC, audit logs, and rollback.
Topics: Cloud Platforms
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 1.11.0)
npx -y [email protected]
Or add to your MCP client config:
{
"mcpServers": {
"mikromcp": {
"command": "npx",
"args": [
"-y",
"[email protected]"
],
"env": {
"MIKROMCP_CONFIG_PATH": "<YOUR_VALUE>",
"MIKROMCP_STDIO_IDENTITY": "<YOUR_VALUE>",
"MIKROMCP_LOG_LEVEL": "<YOUR_VALUE>"
}
}
}
}
MIKROMCP_CONFIG_PATH— Path to the MikroMCP router registry YAML file. Defaults to ~/.mikromcp/routers.yaml.MIKROMCP_STDIO_IDENTITY— Optional identity name for stdio transport RBAC. Omit to use the built-in superadmin identity.MIKROMCP_LOG_LEVEL— Optional log level: trace, debug, info, warn, or error. Defaults to info.
Related servers
mcp
AWS MCP servers for seamless integration with AWS services and resources.
mcp-server-cloudflare
Cloudflare MCP servers
kubefwd
Kubernetes port forwarding for local development with automatic /etc/hosts entries.
kubernetes-mcp-server
A Model Context Protocol (MCP) server for Kubernetes and OpenShift
mcp-server-kubernetes
/🏠 - Typescript implementation of Kubernetes cluster operations for pods, deployments, services.
Terraform
Generate more accurate Terraform and automate workflows for HCP Terraform and Terraform Enterprise
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry