← Back to Plugins
MCP Server MCP

io.github.sbrunner-atx/n3fjp-mcp

github By github 👁 1 views ▲ 0 votes

Log amateur-radio QSOs to N3FJP logging software over its TCP API.

Homepage Verified source GitHub

Install

uvx n3fjp-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "n3fjp-mcp",
      "version": "0.3.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "N3FJP API host.",
          "format": "string",
          "default": "127.0.0.1",
          "name": "N3FJP_HOST"
        },
        {
          "description": "N3FJP API port (Settings → Application Program Interface). Default 1100. Not the multi-PC networking port.",
          "format": "string",
          "default": "1100",
          "name": "N3FJP_PORT"
        },
        {
          "description": "Seconds to wait for an N3FJP response.",
          "format": "string",
          "default": "6",
          "name": "N3FJP_TIMEOUT"
        },
        {
          "description": "DANGER. When off (default), raw SQL that could delete/overwrite the entire log (DROP/TRUNCATE, unscoped DELETE/UPDATE) is refused. Only enable with a backup and full understanding of the risk.",
          "format": "string",
          "default": "off",
          "name": "N3FJP_ALLOW_DB_WIPE"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...