Remnus
Rank #2,089io.github.Ranork/remnus
MCP-native open-source Notion alternative: read & write pages, databases and kanban boards.
Remnus is a Model Context Protocol (MCP) server published by ranork. It ranks #2,089 of 115,460 servers tracked on MCP Toplist, and its repository has 70 GitHub stars. Remnus is listed across 4 registries — Official MCP, mcp.so, PulseMCP and Glama, with 1 tracked version. It was first listed on Jun 17, 2026 and most recently updated on Jun 25, 2026.
Ranks ahead of 113,371 of 115,460 servers on MCP Toplist.
Use Remnus
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http remnus https://www.remnus.com/api/mcp[mcp_servers.remnus]
url = "https://www.remnus.com/api/mcp"Add to ~/.codex/config.toml.
https://www.remnus.com/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"remnus": {
"url": "https://www.remnus.com/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"remnus": {
"type": "http",
"url": "https://www.remnus.com/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"remnus": {
"serverUrl": "https://www.remnus.com/api/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"remnus": {
"url": "https://www.remnus.com/api/mcp"
}
}
}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.Ranork%2Fremnus)<a href="https://mcptoplist.com/server/io.github.Ranork%2Fremnus"><img src="https://mcptoplist.com/badge/io.github.Ranork%2Fremnus.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
ranork
Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Jun 25, 2026 |
Frequently asked questions
- Who maintains Remnus?
- Remnus is maintained by ranork, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Remnus listed on the Official MCP Registry?
- Yes — Remnus is listed on the Official MCP Registry, alongside mcp.so, PulseMCP and Glama.
- How many versions does Remnus have?
- MCP Toplist tracks 1 version of Remnus, most recently published on Jun 25, 2026.
- Where can I find the source code for Remnus?
- The source code for Remnus is hosted at github.com/ranork/remnus-app.