MCP Server
MCP
io.github.marcelo-ochoa/mikrotik
MCP server for MikroTik RouterOS API
Install
npx -y @marcelo-ochoa/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@marcelo-ochoa/server-mikrotik",
"version": "1.0.6",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "MikroTik host",
"type": "positional",
"valueHint": "host"
}
],
"environmentVariables": [
{
"description": "MikroTik username",
"format": "string",
"name": "MK_USER"
},
{
"description": "MikroTik password",
"format": "string",
"isSecret": true,
"name": "MK_PASSWORD"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment