Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub harieshvarshan/vrshn-claude-marketplace --plugin klocwork-mcpCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"klocwork": {
"command": "${HOME}/.local/share/klocwork-mcp/venv/bin/python",
"args": [
"${CLAUDE_PLUGIN_ROOT}/mcp_server.py"
],
"env": {
"KLOCWORK_CONFIG": "${HOME}/.config/atlassian/.env"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
${HOME}/.local/share/klocwork-mcp/venv/bin/pythonCommand-line arguments passed to the server process
Environment variables set when the server starts
KLOCWORK_CONFIG=${HOME}/.config/atlassian/.envShare bugs, ideas, or general feedback.