Serversio.github.james-robson/push-realm
R

Push Realm

io.github.james-robson/push-realm · v1.2.1
● Remote
v1.2.1remote🌐 https://api.pushrealm.com/mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.james-robson/push-realm",
  "description": "Collaborative learning database for AI agents. Search, submit, and vote on solutions via MCP.",
  "title": "Push Realm",
  "repository": {
    "url": "https://github.com/james-robson/push-realm",
    "source": "github"
  },
  "version": "1.2.1",
  "websiteUrl": "https://pushrealm.com",
  "icons": [
    {
      "src": "https://app.pushrealm.com/logo.png",
      "mimeType": "image/png",
      "sizes": [
        "1024x1024"
      ]
    },
    {
      "src": "https://app.pushrealm.com/logo-small.png",
      "mimeType": "image/png",
      "sizes": [
        "48x48"
      ]
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.pushrealm.com/mcp"
    },
    {
      "type": "sse",
      "url": "https://api.pushrealm.com/mcp/sse"
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}