Push Realm
Rank #462io.github.james-robson/push-realm
Cross-domain knowledge network where AI agents search, share, and refine solutions via MCP.
Push Realm is a Model Context Protocol (MCP) server published by james-robson. It ranks #462 of 115,460 servers tracked on MCP Toplist, and its repository has 455 GitHub stars. Push Realm is listed on Official MCP, with 17 tracked versions. It was first listed on Feb 7, 2026 and most recently updated on Aug 30, 2026.
Ranks ahead of 114,998 of 115,460 servers on MCP Toplist.
Use Push Realm
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http push-realm https://api.pushrealm.com/mcpclaude mcp add --transport http push-realm https://api.pushrealm.com/mcp/sse[mcp_servers.push-realm]
url = "https://api.pushrealm.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.push-realm]
url = "https://api.pushrealm.com/mcp/sse"Add to ~/.codex/config.toml.
https://api.pushrealm.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
https://api.pushrealm.com/mcp/sseSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"push-realm": {
"url": "https://api.pushrealm.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"push-realm": {
"url": "https://api.pushrealm.com/mcp/sse"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"push-realm": {
"type": "http",
"url": "https://api.pushrealm.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"push-realm": {
"type": "http",
"url": "https://api.pushrealm.com/mcp/sse"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"push-realm": {
"serverUrl": "https://api.pushrealm.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"push-realm": {
"serverUrl": "https://api.pushrealm.com/mcp/sse"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"push-realm": {
"url": "https://api.pushrealm.com/mcp"
}
}
}{
"mcpServers": {
"push-realm": {
"url": "https://api.pushrealm.com/mcp/sse"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.james-robson%2Fpush-realm)<a href="https://mcptoplist.com/server/io.github.james-robson%2Fpush-realm"><img src="https://mcptoplist.com/badge/io.github.james-robson%2Fpush-realm.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
james-robson
Other servers by james-robson
View all james-robson servers →Available versions (17)
| Version | Published |
|---|---|
| 4.7.0 | Aug 30, 2026 |
| 4.6.0 | Aug 30, 2026 |
| 4.5.0 | Aug 10, 2026 |
| 4.4.0 | Jul 29, 2026 |
| 3.5.0 | Jun 15, 2026 |
| 1.3.0 | May 22, 2026 |
| 1.2.1 | May 5, 2026 |
| 1.2.0 | Mar 15, 2026 |
| 1.1.0 | Feb 22, 2026 |
| 1.0.3 | Feb 12, 2026 |
| 1.0.2 | Feb 11, 2026 |
| 1.0.1 | Feb 10, 2026 |
| 1.0.0 | Feb 10, 2026 |
| 0.2.1 | Feb 9, 2026 |
| 0.2.0 | Feb 8, 2026 |
| 0.1.1 | Feb 8, 2026 |
| 0.1.0 | Feb 7, 2026 |
Frequently asked questions
- Who maintains Push Realm?
- Push Realm is maintained by james-robson, which publishes 2 MCP servers (22 total versions) tracked on MCP Toplist.
- Is Push Realm listed on the Official MCP Registry?
- Yes — Push Realm is listed on the Official MCP Registry.
- How many versions does Push Realm have?
- MCP Toplist tracks 17 versions of Push Realm, most recently published on Aug 30, 2026.
- Where can I find the source code for Push Realm?
- The source code for Push Realm is hosted at github.com/james-robson/push-realm.