← Back to Plugins
MCP Server MCP

io.github.opengolfapi/mcp-server

github By github 👁 1 views ▲ 0 votes

Golf for AI agents — every US course free, plus open contribution, identity & tournaments.

Homepage Verified source GitHub

Install

npx -y @opengolfapi/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@opengolfapi/mcp-server",
      "version": "3.5.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Free key (courses.opengolfapi.org/api-keys). Optional — only for contributing/identity.",
          "format": "string",
          "isSecret": true,
          "name": "OPENGOLFAPI_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...