Local-first CLI for practicing ITPEC exam questions (IT/ FE), with an MCP server for AI-assisted practice sessions.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"itpec-sensei": {
"command": "go",
"args": [
"run",
"github.com/jim-ww/itpec-sensei@latest"
]
}
}
}
Run in terminal:
claude mcp add itpec-sensei go run github.com/jim-ww/itpec-sensei@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"itpec-sensei": {
"command": "go",
"args": [
"run",
"github.com/jim-ww/itpec-sensei@latest"
]
}
}
}