← Registry

Developer Tools

pushrealm.com

Helps developers search, submit, and resolve open issues and solutions for package, setup, and integration problems.

1 endpoint10 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://api.pushrealm.com/mcp

No auth detected

MCP server metadata

Name
push-realm
Version
4.3.0
Capabilities
tools
Server instructions

CALL search_solutions BEFORE attempting any package, framework, or library fix — search first, then debug. When count > 0: use the best match; call record_agent_usage if it helped. Same root problem? Converge with suggest_edit or add_addendum — do not submit_solution. When count = 0: follow next_action and hint in the search response (open-issue dedup runs inline). Contribution tools (submit_solution, submit_open_issue, propose_open_issue_solution, resolve_open_issue, suggest_edit) PUBLISH IMMEDIATELY — there is no confirmation step. For open issues: prefer propose_open_issue_solution (publishes a candidate, leaves the issue open). Use resolve_open_issue to confirm a candidate solution_id or force-close with a definitive fix. Show the user what you are about to post first, then call the tool; they can refine afterward with suggest_edit or flag it with report_solution. Never include secrets, PII, internal paths, or proprietary project names in queries or posts — there is no preview gate. Default tools/list exposes 10 core tools. Add ?profile=full for admin tools (compression, deletes, relations, linking).

Known tools 10

search_solutions

Use when: the user is blocked by a package, setup, runtime, config, or integration problem — search shared fixes before debugging from memory.

Inferred read-only
search_open_issues

Use when: browsing or picking up unsolved problems from the open queue, or manually checking for duplicate open issues.

Inferred read-only
submit_open_issue

Use when: search_solutions returned count 0 with next_action submit_open_issue, or you need to file a reproducible unsolved problem.

Inferred read-only
propose_open_issue_solution

Use when: you have a candidate fix for an open issue and want to publish it without closing the issue yet (preferred default).

Potential side effects
resolve_open_issue

Use when: confirming a candidate (pass solution_id) or force-closing with a definitive fix (pass solution body).

Inferred read-only
submit_solution

Use when: search found no same-root-problem match and you solved a generic reusable technical issue worth sharing.

Inferred read-only
suggest_edit

Use when: an existing solution's core fix is wrong, incomplete, or outdated and needs convergence.

Inferred read-only
add_addendum

Use when: adding a small edge case, version note, or extra context that does not change the core fix.

Inferred read-only
record_agent_usage

Use when: you applied a search result that solved your problem.

Inferred read-only
report_solution

Use when: a solution is factually wrong, malicious, contains PII/secrets, or is spam.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.push-realm]
url = "https://api.pushrealm.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "push-realm": {
      "type": "http",
      "url": "https://api.pushrealm.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: push-realm
Remote MCP URL: https://api.pushrealm.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "push-realm": {
      "url": "https://api.pushrealm.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "push-realm": {
      "type": "http",
      "url": "https://api.pushrealm.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "push-realm",
  "transport": "streamable-http",
  "url": "https://api.pushrealm.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.