Arkon: turning Claude from a personal chatbot into a managed organizational resource

Reddit r/AI_Agents Products

Summary

Arkon is a new tool that integrates with Claude via MCP to provide centralized knowledge management and granular access control for organizations, replacing manual context-pasting with an LLM-generated wiki layer.

Sharing a project I've been building. Not asking for anything in particular - just thought the problem and approach might be interesting to some folks here. # The problem Most companies adopting LLMs hit the same wall: every employee uses ChatGPT or Claude individually, copy-pastes confidential docs into random chats, and the org has zero visibility or control. The "AI rollout" is really just a license purchase plus a prayer. On the other end, the heavy enterprise solutions (custom RAG platforms, Glean-style tools) are expensive, complex, and overkill for most mid-sized teams. There's a missing middle: small-to-medium organizations that want their employees to use Claude productively, but with proper access control, shared knowledge, and no manual context-pasting every single time. # The approach Arkon sits between the org and Claude. Admins manage knowledge centrally. Employees connect to Arkon via MCP (Model Context Protocol) and automatically get the right context for who they are, without configuring anything. Two realms: **Global Knowledge** \- org-wide docs and wiki, scoped by department. A finance person sees finance docs, an engineer sees engineering docs. Admins decide who sees what. **Workspaces** \- smaller scopes for projects, teams, or cross-functional initiatives. Membership-gated. Your global role doesn't bleed into workspaces - you only see workspaces you're a member of. The MCP integration means employees keep using Claude the way they already do (Claude Desktop, Claude Code, whatever client they prefer). They don't learn a new tool. They just suddenly have org context available when they need it. # How wiki generation actually works This is the part I think is interesting and slightly different from typical RAG setups. Arkon isn't a retrieval-augmented chatbot. It's an LLM-generated wiki layer. When you upload a document - say a 300-page handbook - Arkon uses an LLM to analyze the structure and produce a hierarchical wiki. If the source has clear headings, the wiki follows them. If not, the LLM clusters content by topic semantically. The output is a browsable, organized internal reference, not a linear summary. I'm honest with users about the tradeoff: LLM-generated content has no guarantee of accuracy, especially for deep domain material. So there's a human-in-the-loop layer in the roadmap - employees can flag, annotate, and edit wiki content. The LLM does the organizational heavy lifting; humans own final correctness. # Permissioning lessons learned The biggest design pivot so far: I initially had roles carry both *what you can do* and *what you can do it on* in one bag. This led to a classic bug - give a user "read documents" and suddenly they could read every document in the org, ignoring department scope. Fixed it by splitting cleanly: * Permissions are scoped strings: `doc:read:own_dept` vs `doc:read:all` * Workspaces are pure membership checks - global roles cannot grant workspace access, ever * Two realms, fully independent If anyone is building org-level permission systems, that separation is worth getting right early. Retrofitting it is painful. Happy to answer questions about architecture, MCP integration, or the permission model. Feedback and criticism welcome - especially from anyone who has built or used internal knowledge systems and seen what works and what doesn't.
Original Article

Similar Articles

@QingQ77: Automatically organize company documents into a knowledge Wiki, and use MCP to deliver the right context to each employee's AI client — no more manual copy-pasting. https://github.com/nduckmink/arkon Arkon is a self-hostable enterprise AI knowledge hub. Upload SO…

X AI KOLs Timeline

Arkon is a self-hostable enterprise AI knowledge hub that automatically compiles company documents into a cross-linked knowledge Wiki. Via the MCP protocol, employees' AI clients (such as Claude Desktop) can automatically retrieve relevant context based on their permissions — no manual document pasting required.

https://x.com/AnatoliKopadze/status/2054568935274549597

X AI KOLs

A comprehensive guide to using Claude effectively, covering 18 steps from setting up projects and custom instructions to advanced prompting techniques. The author explains how to move beyond basic chat usage to unlock Claude's full potential as a thinking partner.