Catalog
MCP
Officialby clarx
Score agent manifests, validate clarx-manifest.json, and generate Clarx CI workflows in your IDE.
Score agent manifests, validate clarx-manifest.json, and generate Clarx CI workflows in your IDE.
README not available yet.
Install
Configuration
Environment variables
ANTHROPIC_API_KEYsecretOptional. Enables the BYOK AI tools (suggest_manifest_fix, generate_manifest_draft).
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@clarxai/mcp@0.1.1"
],
"env": {
"ANTHROPIC_API_KEY": "<YOUR_ANTHROPIC_API_KEY>"
}
}
}
}