Keyfactor Command MCP Server

by keyfactor-research

106 downloads
Not rated
GitHub

About

The Keyfactor Command MCP (Model Context Protocol) server provides AI-powered access to Keyfactor Command, a comprehensive Certificate Lifecycle Management (CLM) and Public Key Infrastructure (PKI) automation platform. This server enables natural language interactions with X.509

Details

Author
keyfactor-research
Downloads
106
Categories
Other

- Retrieve license information and test connectivity
- Fetch certificate details by ID with optional risk data
- Enroll PFX certificates using subject and SANs
- Enroll certificates via CSR
- Revoke certificates by certificate ID
- Query certificates with search and sort options
- List metadata fields and definitions

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Keyfactor Command MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Download the repository, create a Command account with the required permissions, set environment variables in a mcpenv.txt file (hostname, token/OAuth credentials, template, CA), install Python dependencies (requests, oauthlib, httpx, attrs, python-dateutil, uv), test the server from the CLI, then add it to Claude Desktop’s MCP configuration in claude_desktop_config.json.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "keyfactor command mcp server": {
            "keyfactorCommand": {
                "command": "uv",
                "args": [
                    "--directory",
                    "C:\\mcp",
                    "run",
                    "--env-file=C:\\mcp\\mcpenv.txt",
                    "commandmcp.py"
                ]
            }
        }
    }
}

McpServers

{
    "keyfactorCommand": {
        "command": "uv",
        "args": [
            "--directory",
            "C:\\mcp",
            "run",
            "--env-file=C:\\mcp\\mcpenv.txt",
            "commandmcp.py"
        ]
    }
}

Command-MCP

MCP server for Command built on the Keyfactor Analytics & AI team's Python SDK. This preview is experimental software and users are discouraged from providing AI tools with access to your production data. This software is provided as-is and no support SLA applies to this MCP server.
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.