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.
PULSEMCP_SUBREGISTRY_API_KEYrequiredsecretPulseMCP API key for authentication.
PULSEMCP_SUBREGISTRY_TENANT_IDTenant identifier for multi-tenant use.
SHOW_ADMIN_TOOLSEnable admin tools including switch_tenant_id.
{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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 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 -yRelated 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 →