← Back to Plugins
MCP Server MCP

Vocabit

github By github 👁 1 views ▲ 0 votes

Create flashcard sets in the Vocabit app and read back how the learner actually did.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "vocabit-mcp",
      "version": "0.1.2",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of your Vocabit backend. Omit to run in demo mode with in-memory fixtures.",
          "format": "string",
          "name": "VOCABIT_BASE_URL"
        },
        {
          "description": "Agent key sent as X-Agent-Key, issued by your Vocabit backend.",
          "format": "string",
          "isSecret": true,
          "name": "VOCABIT_AGENT_KEY"
        },
        {
          "description": "Firebase UID of the learner. Optional; the backend has a default.",
          "format": "string",
          "name": "VOCABIT_USER_ID"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...