MCP server providing access to the PulseMCP Sub-Registry for browsing and discovering MCP servers.
claude mcp add pulse-subregistry -- npx -y @pulsemcp/pulse-subregistry
claude_desktop_config.json
{
"mcpServers": {
"pulse-subregistry": {
"command": "npx",
"args": [
"-y",
"@pulsemcp/pulse-subregistry"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"pulse-subregistry": {
"command": "npx",
"args": [
"-y",
"@pulsemcp/pulse-subregistry"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"pulse-subregistry": {
"command": "npx",
"args": [
"-y",
"@pulsemcp/pulse-subregistry"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"pulse-subregistry": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@pulsemcp/pulse-subregistry"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"pulse-subregistry": {
"command": "npx",
"args": [
"-y",
"@pulsemcp/pulse-subregistry"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/com.pulsemcp--pulse-subregistry/reviews or the review_server meta-tool.
POST /mcp