Server data from the Official MCP Registry
MCP-native open-source Notion alternative: read & write pages, databases and kanban boards.
MCP-native open-source Notion alternative: read & write pages, databases and kanban boards.
Remote endpoints: streamable-http: https://www.remnus.com/api/mcp
Valid MCP server (4 strong, 2 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
Endpoint verified · Requires authentication · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-ranork-remnus": {
"url": "https://www.remnus.com/api/mcp"
}
}
}From the project's GitHub README.
Open-source MCP-native workspace for humans and AI agents.
Kanban boards, databases, and pages that Claude, Cursor, and any AI agent can read and write via MCP — alongside you.
Remnus is a Notion-like workspace built around the Model Context Protocol (MCP). Every page, database, and kanban board in your workspace is accessible to AI agents via a first-class MCP server — connect editors with one-click OAuth 2.1 (PKCE), or use a scoped bearer token for headless / CI agents.
Unlike Notion's MCP integration, Remnus is designed for headless, CI/CD, and coding agent workflows from day one.
git clone https://github.com/Ranork/remnus-app.git
cd remnus-app
cp .env.example .env # fill in AUTH_SECRET + OAuth credentials
npm install
npm run db:migrate
npm run dev
Open http://localhost:3000. The first user to sign up is auto-promoted to admin.
If you prefer to run Remnus using Docker:
git clone https://github.com/Ranork/remnus-app.git
cd remnus-app
AUTH_SECRET and OAuth credentials):
cp .env.example .env
docker compose up -d
http://localhost:3000. The SQLite database will be persisted automatically using a Docker volume.After signing in, open the AI Agents panel from the sidebar and click Connect editor. It walks you through every supported editor (Cursor, VS Code, Claude Code, Codex, Windsurf, and more).
Recommended — OAuth (token-less): point your editor at the MCP URL and approve the consent screen on first connect. Your editor runs the OAuth 2.1 flow automatically — nothing to copy.
{
"mcpServers": {
"remnus": {
"type": "http",
"url": "https://your-instance.com/api/mcp"
}
}
}
Headless / CI — personal access token: create a scoped token from the AI Agents panel and send it as a bearer header.
{
"mcpServers": {
"remnus": {
"type": "http",
"url": "https://your-instance.com/api/mcp",
"headers": {
"Authorization": "Bearer <your-token>"
}
}
}
}
| Tool | Scope | Description |
|---|---|---|
search_workspace | read | Full-text search across pages and databases |
list_workspace | read | List sidebar items with pagination |
get_page | read | Get a page or database row by ID |
get_database_schema | read | Get column schema of a database |
query_database | read | Query rows with filters and pagination |
list_members | read | List workspace members with roles |
query_audit_log | read | Filtered agent activity log |
create_page | write | Create a standalone page or database row |
update_page | write | Update title, content, or properties |
bulk_update_pages | write | Update multiple rows in one call |
delete_page | write | Delete a page (requires confirm: true) |
move_item | write | Move item to a new parent |
create_database | write | Create a database with custom schema |
update_database_schema | write | Add or remove columns |
@libsql/client (Turso-compatible)See CONTRIBUTING.md. All contributions are welcome — bug fixes, new MCP tools, translations, and docs.
AGPL-3.0 — free to self-host and modify. SaaS forks must open-source their changes.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.