← Back to browse

pulse-subregistry

Indexed by com.pulsemcp

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsPULSEMCP_SUBREGISTRY_API_KEY PULSEMCP_SUBREGISTRY_TENANT_ID SHOW_ADMIN_TOOLS
Claude Code
claude mcp add --env PULSEMCP_SUBREGISTRY_API_KEY= --env PULSEMCP_SUBREGISTRY_TENANT_ID= --env SHOW_ADMIN_TOOLS= pulse-subregistry -- npx @pulsemcp/pulse-subregistry
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"pulse-subregistry","command":"npx","args":["@pulsemcp/pulse-subregistry"],"env":{"PULSEMCP_SUBREGISTRY_API_KEY":"","PULSEMCP_SUBREGISTRY_TENANT_ID":"","SHOW_ADMIN_TOOLS":""}}'
JSON
{
  "mcpServers": {
    "pulse-subregistry": {
      "command": "npx",
      "args": [
        "@pulsemcp/pulse-subregistry"
      ],
      "env": {
        "PULSEMCP_SUBREGISTRY_API_KEY": "",
        "PULSEMCP_SUBREGISTRY_TENANT_ID": "",
        "SHOW_ADMIN_TOOLS": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.