MCP Server
MCP
io.github.giuliobmb/exam-sheet
Generate a timed exam on any topic and take it in an interactive exam sheet with live grading.
Install
npx -y @giuliobmb/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@giuliobmb/exam-sheet-mcp",
"version": "1.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API key used to generate questions and grade open answers.",
"isRequired": true,
"isSecret": true,
"name": "ANTHROPIC_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment