Lints a Hugging Face model card against the Hub metadata spec and the EU AI Act general-purpose AI d
claude mcp add model-card-lint-gpai -- npx -y @readystack/model-card-lint-gpai
claude_desktop_config.json
{
"mcpServers": {
"model-card-lint-gpai": {
"command": "npx",
"args": [
"-y",
"@readystack/model-card-lint-gpai"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"model-card-lint-gpai": {
"command": "npx",
"args": [
"-y",
"@readystack/model-card-lint-gpai"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"model-card-lint-gpai": {
"command": "npx",
"args": [
"-y",
"@readystack/model-card-lint-gpai"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"model-card-lint-gpai": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/model-card-lint-gpai"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"model-card-lint-gpai": {
"command": "npx",
"args": [
"-y",
"@readystack/model-card-lint-gpai"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.jmshinhwa--model-card-lint-gpai/reviews or the review_server meta-tool.
POST /mcp