PluginBench
MCP Server

com.pulsemcp/pulse-subregistry MCP Server

com.pulsemcp/pulse-subregistry

What is the com.pulsemcp/pulse-subregistry MCP server?

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

How to install com.pulsemcp/pulse-subregistry

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • PULSEMCP_SUBREGISTRY_API_KEY
    required
    secret

    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.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pulse-subregistry": {
      "command": "npx",
      "args": [
        "-y",
        "@pulsemcp/pulse-subregistry",
        "-y"
      ],
      "env": {
        "PULSEMCP_SUBREGISTRY_API_KEY": "<YOUR_PULSEMCP_SUBREGISTRY_API_KEY>",
        "PULSEMCP_SUBREGISTRY_TENANT_ID": "<YOUR_PULSEMCP_SUBREGISTRY_TENANT_ID>",
        "SHOW_ADMIN_TOOLS": "<YOUR_SHOW_ADMIN_TOOLS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "pulse-subregistry": {
      "command": "npx",
      "args": [
        "-y",
        "@pulsemcp/pulse-subregistry",
        "-y"
      ],
      "env": {
        "PULSEMCP_SUBREGISTRY_API_KEY": "<YOUR_PULSEMCP_SUBREGISTRY_API_KEY>",
        "PULSEMCP_SUBREGISTRY_TENANT_ID": "<YOUR_PULSEMCP_SUBREGISTRY_TENANT_ID>",
        "SHOW_ADMIN_TOOLS": "<YOUR_SHOW_ADMIN_TOOLS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "pulse-subregistry": {
      "command": "npx",
      "args": [
        "-y",
        "@pulsemcp/pulse-subregistry",
        "-y"
      ],
      "env": {
        "PULSEMCP_SUBREGISTRY_API_KEY": "<YOUR_PULSEMCP_SUBREGISTRY_API_KEY>",
        "PULSEMCP_SUBREGISTRY_TENANT_ID": "<YOUR_PULSEMCP_SUBREGISTRY_TENANT_ID>",
        "SHOW_ADMIN_TOOLS": "<YOUR_SHOW_ADMIN_TOOLS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "pulse-subregistry": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@pulsemcp/pulse-subregistry",
        "-y"
      ],
      "env": {
        "PULSEMCP_SUBREGISTRY_API_KEY": "<YOUR_PULSEMCP_SUBREGISTRY_API_KEY>",
        "PULSEMCP_SUBREGISTRY_TENANT_ID": "<YOUR_PULSEMCP_SUBREGISTRY_TENANT_ID>",
        "SHOW_ADMIN_TOOLS": "<YOUR_SHOW_ADMIN_TOOLS>"
      }
    }
  }
}
Claude Code
claude mcp add pulse-subregistry --env PULSEMCP_SUBREGISTRY_API_KEY=<YOUR_PULSEMCP_SUBREGISTRY_API_KEY> --env PULSEMCP_SUBREGISTRY_TENANT_ID=<YOUR_PULSEMCP_SUBREGISTRY_TENANT_ID> --env SHOW_ADMIN_TOOLS=<YOUR_SHOW_ADMIN_TOOLS> -- npx -y @pulsemcp/pulse-subregistry -y

Related MCP servers

MCP server for AppSignal — get alert details, search logs, and retrieve logs within time ranges.

View repository →

MCP server for AWS DynamoDB with fine-grained tool control and configurable access levels.

View repository →

MCP server for Fetch Pet insurance claims management using Playwright automation.

View repository →

MCP server for managing Fly.io machines, apps, logs, and Docker images.

View repository →

MCP server for Google Cloud Storage with fine-grained tool access control.

View repository →

MCP server for Gmail with OAuth2 (personal) and service account (Workspace) support.

View repository →