← Index

com.pulsemcp/pulse-subregistry

com.pulsemcp/pulse-subregistry·v0.0.7·Other
Quality Score
80
/100

MCP server providing access to the PulseMCP Sub-Registry for browsing and discovering MCP servers.

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "pulse-subregistry": {
      "command": "npx",
      "args": [
        "-y",
        "@pulsemcp/pulse-subregistry"
      ],
      "env": {
        "PULSEMCP_SUBREGISTRY_API_KEY": "<your-pulsemcp_subregistry_api_key>",
        "PULSEMCP_SUBREGISTRY_TENANT_ID": "<pulsemcp_subregistry_tenant_id>",
        "SHOW_ADMIN_TOOLS": "false"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "pulse-subregistry": {
      "command": "npx",
      "args": [
        "-y",
        "@pulsemcp/pulse-subregistry"
      ],
      "env": {
        "PULSEMCP_SUBREGISTRY_API_KEY": "<your-pulsemcp_subregistry_api_key>",
        "PULSEMCP_SUBREGISTRY_TENANT_ID": "<pulsemcp_subregistry_tenant_id>",
        "SHOW_ADMIN_TOOLS": "false"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @pulsemcp/pulse-subregistry
§02  Environment variables
PULSEMCP_SUBREGISTRY_API_KEY
requiredsecret

PulseMCP API key for authentication.

PULSEMCP_SUBREGISTRY_TENANT_ID

Tenant identifier for multi-tenant use.

SHOW_ADMIN_TOOLS

Enable admin tools including switch_tenant_id.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other