MCP Server
MCP
Vocabit
Create flashcard sets in the Vocabit app and read back how the learner actually did.
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
By
Comments
Sign in to leave a comment