MCP Server

klocwork

From klocwork-mcp
Install
1
Run in your terminal
$
npx claudepluginhub harieshvarshan/vrshn-claude-marketplace --plugin klocwork-mcp
Add to Your Project

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"
      }
    }
  }
}
Security Considerations
Admin access level

This server has elevated permissions. Review the source code before enabling.

Details
Command${HOME}/.local/share/klocwork-mcp/venv/bin/python
Access Leveladmin
Arguments
${CLAUDE_PLUGIN_ROOT}/mcp_server.py
Environment Variables
KLOCWORK_CONFIG=${HOME}/.config/atlassian/.env
Actions
Plugins (1)