What is the io.github.Wolfe-Jam/WJTTC MCP server?
F1-grade MCP certification. 52 tests, 9 tiers (49 scored + T9 Receipt validation). Ecosystem: #2759
How to install io.github.Wolfe-Jam/WJTTC
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"WJTTC": {
"command": "npx",
"args": [
"-y",
"wjttc"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"WJTTC": {
"command": "npx",
"args": [
"-y",
"wjttc"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"WJTTC": {
"command": "npx",
"args": [
"-y",
"wjttc"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"WJTTC": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"wjttc"
]
}
}
}Claude Code
claude mcp add WJTTC -- npx -y wjttcRelated MCP servers
RMCP-powered FAF server. 8 tools. Rust-native. IANA-registered .faf format.
3
View repository →Rust
MIT
Persistent project context for Google Gemini. Python/FastMCP. IANA-registered .faf format.
2
View repository →Python
MIT