MCP Server
MCP
io.github.sbrunner-atx/fldigi-mcp
Control fldigi (amateur-radio digital modes) over XML-RPC: modem, frequency, rig, log, transmit.
Install
uvx fldigi-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "fldigi-mcp",
"version": "0.1.4",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Operator callsign. Required to enable transmit; leave blank to stay receive-only.",
"format": "string",
"name": "FLDIGI_CALLSIGN"
},
{
"description": "fldigi XML-RPC host.",
"format": "string",
"default": "127.0.0.1",
"name": "FLDIGI_HOST"
},
{
"description": "fldigi XML-RPC port.",
"format": "string",
"default": "7362",
"name": "FLDIGI_PORT"
},
{
"description": "Enable experimental advisory band guidance (on/off).",
"format": "string",
"default": "off",
"name": "FLDIGI_BAND_GUIDANCE"
},
{
"description": "IARU region for band guidance: 1, 2, or 3.",
"format": "string",
"default": "2",
"name": "FLDIGI_REGION"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment