
Arkon
by nduckmink
Enterprise AI Knowledge Hub and MCP Server for self-hosted, secure organizational RAG and knowledge management.
What it does
Arkon acts as a centralized knowledge management layer that bridges organizational data with AI clients. It transforms SOPs, policies, and internal documents into a structured, traceable knowledge wiki served via the Model Context Protocol (MCP).
Tools
search_wiki: Semantically search the organizational knowledge base.read_wiki_page: Retrieve the full content of a specific wiki page.list_wiki_pages: List available pages within the current scope.read_wiki_index: Get a high-level overview of the wiki structure.get_source: Retrieve the original source document for a claim.propose_wiki_edit: Suggest changes to a wiki page via a draft workflow.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"arkon": {
"command": "npx",
"args": ["-y", "arkon-server"]
}
}
}
(Note: Actual deployment typically uses Docker as per the README. Ensure your server is running and use the provided URL in the connector settings).
Supported hosts
- claude
Quick install
docker compose up -d --buildInformation
- Pricing
- free
- Published
- 5/22/2026
- stars






