← Back to Plugins
MCP Server MCP

İTÜ MCP

github By github 👁 2 views ▲ 0 votes

İTÜ Ninova LMS ve OBS öğrenci portalı — dersler, notlar, yoklama, yemekhane, kampüs kart, GPA

Homepage Verified source GitHub

Install

uvx itu-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "itu-mcp",
      "version": "0.2.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "İTÜ e-posta adresi ([email protected])",
          "isRequired": true,
          "format": "string",
          "name": "NINOVA_USERNAME"
        },
        {
          "description": "İTÜ şifresi",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "NINOVA_PASSWORD"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...