MCP-native open-source Notion alternative. Read and write pages, customizable databases, and kanban/calendar boards through a remote MCP server with OAuth 2.1 and a full audit log.
Overview
Remnus
Remnus is an MCP-native, open-source Notion alternative: a workspace of pages and customizable databases (table, kanban, and calendar views) with a remote MCP server, so AI agents can read and write your content directly.
Connect
Add the remote endpoint to your MCP client. Auth is OAuth 2.1 + PKCE, so there is no token to paste:
json { "mcpServers": { "remnus": { "url": "https://www.remnus.com/api/mcp" } } }
Tools (14)
- Read: search_workspace, list_workspace, get_page, get_database_schema, query_database, list_members, query_audit_log
- Write: create_page, update_page, bulk_update_pages, delete_page, move_item, create_database, update_database_schema
Highlights
- Remote hosted MCP server (streamable HTTP)
- OAuth 2.1 + PKCE, scoped read/write tokens
- Every agent write recorded in an audit log
- Pages, databases, kanban and calendar views
- Listed on the official MCP Registry, Glama, and Smithery
Server Config
{
"mcpServers": {
"remnus": {
"url": "https://www.remnus.com/api/mcp"
}
}
}