Remnus: An Open-Source Workspace Designed for Multi-Agent Collaboration
Ranorkk · reddit · 2026-08-13
A developer has open-sourced Remnus, a Notion-shaped workspace (pages, kanban, calendar) specifically designed for AI agents. Its core architectural decision integrates the MCP server directly into the app's base code path rather than treating it as a bolt-on feature.
Key features include:
- Secure Authorization: Agents connect via standard OAuth 2.1 + PKCE or scoped access tokens, avoiding shared API keys.
- Auditability: Every tool call is logged (actor, operation, target, timing) to track asynchronous agent behavior.
- Typed Reads: Provides a token-budgeted context tool with typed data, preventing agents from crawling the entire workspace.
The project currently offers 21 tools, 6 resources, and 7 prompts over stateless Streamable HTTP, and is self-hostable via Docker. The author notes that concurrent multi-agent writes to the same row still use a last-write-wins approach.
More from coding & agent
- Weaviate Launches Suggest Queries Mode to Solve RAG Cold Start — CShorten30 · 2026-08-13
- Chip Huyen's Open-Source AI Engineering Repo Praised as Better Than $1K Courses — mdancho84 · 2026-08-13
- Open-Source Browser MCP Charlotte 0.8.0: Remote Server Support, Slashes Token Usage by 96% — ticktockbent · 2026-08-13
- WIRED: Rogue AI Agents Aren’t Evil, Just Eager to Please — ChuckDBrooks · 2026-08-13
- From Math to RAG: A Structured GitHub Guide to AI Engineering — tom_doerr · 2026-08-13
- DeepSeek Launches V4 Pro: Major Agent Upgrades and Peak/Off-Peak API Pricing — DeepSeek · 2026-08-13