@QingQ77: 把公司文档自动整理成知识 Wiki,通过 MCP 让每个员工的 AI 客户端拿到对口的上下文,不用再手动粘贴。 https://github.com/nduckmink/arkon Arkon 是可自部署的企业 AI 知识中枢。上传 SO…
摘要
Arkon 是一款可自部署的企业 AI 知识中枢,能将公司文档自动编译成交叉链接的知识 Wiki,并通过 MCP 协议让员工的 AI 客户端(如 Claude Desktop)按权限自动获取相关上下文,无需手动粘贴文档。
查看缓存全文
缓存时间: 2026/05/09 05:44
把公司文档自动整理成知识 Wiki,通过 MCP 让每个员工的 AI 客户端拿到对口的上下文,不用再手动粘贴。 https://github.com/nduckmink/arkon Arkon 是可自部署的企业 AI 知识中枢。上传 SOP、政策、产品文档后,LLM Agent 把它们编译成交叉链接的 Wiki。员工用 MCP Token 连上 Claude Desktop 等客户端,按权限自动拿到相关知识、原文和 AI Skills。
nduckmink/arkon
Source: https://github.com/nduckmink/arkon

Arkon - Enterprise AI Knowledge Hub
Connect your organization’s knowledge to any Ai Client. Self-hosted, on-premise.
Arkon is the central layer between your documents and your employees’ AI clients. Upload your SOPs, policies, product specs, and internal docs - Arkon compiles them into a structured knowledge wiki and serves it directly to Claude via MCP. Every employee gets the right context, automatically, without copy-pasting.
Setup Guide · Architecture · Wiki System · MCP & Claude · AI Skills · Access Control
The problem
Most organizations adopt AI team-by-team, with no shared knowledge, inconsistent context, and no visibility into what information Ai Client is actually working with. Every employee manually pastes documents, repeats the same background, and gets different answers depending on what they remembered to include.

Arkon treats your AI client as a managed organizational resource - not a personal chatbot.
How it works

Knowledge compounds. Every document you add enriches the existing wiki rather than creating isolated fragments. By the time an employee asks Claude a question, the answer has already been synthesized from dozens of sources.
Features
Knowledge Wiki
Documents are compiled into a persistent, interlinked wiki by an LLM agent - not just indexed. Each page covers a specific entity, concept, or topic. Pages cross-reference each other. The wiki grows smarter as more documents are added.
- Three-panel wiki browser: page tree, content, backlinks & outlinks
- Full-text and semantic search
- Knowledge graph visualization
- Organize by knowledge type (SOP, Product, HR Policy, etc.)
- Version history and rollback for every page
- Draft proposal → editor review → approval workflow
Workspaces
Cross-functional knowledge contexts for projects, clients, or initiatives.
Create a workspace → add members from any department → attach documents. Each workspace has its own scoped wiki, document list, and member roster. Members see their workspace knowledge automatically through Claude.
- Role-based membership: Viewer, Contributor, Editor, Admin
- Scoped wiki and document management
- Contributors propose wiki edits; editors review and approve
AI Skills
Upload custom agent packages and make them available to employees through Claude. Skills are versioned, department-scoped, and distributed via MCP.
MCP Server
Employees connect Claude Desktop (or any MCP client) to Arkon using a personal token. Claude gets access to the compiled wiki, raw source documents, and AI skills - all filtered to the employee’s permission scope.
→ See MCP & Claude for the full tool reference.
Access Control
Fine-grained RBAC at department level plus workspace membership roles. Admins define roles with granular permissions; employees inherit access based on department or explicit assignment.
→ See Access Control for the full permission model.
Quick Start (Docker)
Prerequisites: Docker, Docker Compose, an AI provider API key (Google, OpenAI, or Anthropic).
git clone https://github.com/nduckmink/arkon.git
cd arkon
cp .env.docker.example .env.docker
Edit .env.docker - set at minimum:
SECRET_KEY=<run: python -c "import secrets; print(secrets.token_urlsafe(32))">
[email protected]
DEFAULT_ADMIN_PASSWORD=your-secure-password
docker compose --env-file .env.docker up -d --build
Open http://localhost:3119 and log in with your admin credentials.
Go to Settings → configure your embedding model, LLM, and (optionally) vision model. Then upload your first document from Knowledge Base.
→ See Setup Guide for the full walkthrough including development mode.
Connecting Claude
Once an employee account is created and an MCP token is generated:
{
"mcpServers": {
"arkon": {
"url": "https://your-arkon-server/mcp",
"headers": {
"Authorization": "Bearer ark_xxxxxxxxxxxx"
}
}
}
}
Add this to claude_desktop_config.json and restart Claude Desktop. The employee’s compiled knowledge is immediately available.
→ See MCP & Claude for the complete setup and tool reference.
Architecture

Stack: FastAPI · PostgreSQL + pgvector · Redis (arq) · MinIO · Next.js · Tailwind CSS
AI providers (your choice): Google · OpenAI · Anthropic · Ollama · Voyage · Cohere
Outbound network: configured AI provider only. No telemetry, no external calls.
→ See Architecture for the full technical breakdown.
Roadmap
- LLM Wiki Agent - documents compiled into persistent, interlinked wiki
- Wiki browser - three-panel layout with graph visualization
- MCP Server with scoped knowledge access
- Ingestion pipeline - PDF, DOCX, DOC, URLs, images with vision captions
- Workspaces - scoped wiki, documents, and members
- Wiki draft & revision system - propose, review, approve, rollback
- AI Skills - versioned, department-scoped agent packages
- Full RBAC - department permissions + workspace membership roles
- Audit log
- Regex Search for Human and AI
- Arkon CLI - one-command employee setup
- Notification system for draft review requests
- Usage analytics dashboard
License
Arkon is licensed under the PolyForm Noncommercial License 1.0.0.
Free to use for internal tooling, research, personal projects, and non-profit use.
Need a commercial license or custom integration? We help organizations integrate Claude, custom AI agents, and MCP servers into their existing infrastructure - from connecting to internal databases and legacy systems to building purpose-built agents for specific business processes.
相似文章
@tom_doerr: Arkon 是一个自托管的企业 AI 知识中心。它管理 RAG 上下文和访问策略,以将您的内部…
Arkon 是一个自托管的开源企业 AI 知识中心,充当 MCP 服务器,将内部文档编译成结构化的 wiki,并通过权限限定的上下文为 Claude 和其他 LLM 提供服务。
Arkon:将 Claude 从个人聊天机器人转变为受管理的组织资源
Arkon 是一款新工具,通过 MCP 与 Claude 集成,为组织提供集中化的知识管理和细粒度的访问控制,以 LLM 生成的 Wiki 层取代手动复制上下文的操作。
@wsl8297: 如果你手里有一堆 PDF、文档、项目资料要喂给 AI,Synthadoc 这个方向很值得看。 GitHub:https://github.com/axoviq-ai/synthadoc… 它把原始资料在摄入时就编译成结构化 wiki,自动…
Synthadoc 是一个开源工具,可将 PDF、文档等项目资料编译为结构化的本地 Markdown wiki,自动建立交叉引用并检测矛盾,适合个人或小团队进行离线知识管理。
@QingQ77: 一个漂亮的 Markdown 编辑器 + LLM 知识库,所见即所得,同时深度集成 Claude、Codex、Cursor 等 AI agent。自带 MCP、Skills 和 agent 搜索,AI 可以直接在知识库里读写文档。 htt…
OpenKnowledge 是一款漂亮的 Markdown IDE,具备所见即所得编辑器,深度集成 Claude、Codex、Cursor 等 AI 代理,可作为 LLM 知识库使用,内置 MCP、Skills 和代理搜索,支持本地私有部署。
@mylifcc: 最近在搞 Agent 记忆和个人知识系统的时候,发现了这个项目 obsidian-wiki,太对味了! 把 Andrej Karpathy 的 LLM Wiki 模式落地到 Obsidian 上: 让 AI Agent 能自主 inges…
该推文介绍了 obsidian-wiki 项目,它将 Andrej Karpathy 的 LLM Wiki 模式落地到 Obsidian 上,使 AI Agent 能自主 ingest 多源知识并组织成 wikilink 互联的 markdown 知识库,支持 Delta 增量更新和来源归因,内置查询、审计、图表导出等功能,目前已有 2k stars。