MCP Directory
Back

arkon

by nduckmink · Python · ★ 1,030

Arkon: Enterprise AI Knowledge Hub & MCP Server. Self-hosted knowledge base for teams to manage RAG contexts, access policies, and AI skills. Connect Claude and other LLMs via Model Context Protocol (MCP) for automated, secure organizational knowledge integration.

#enterprise-ai#knowledge-base-embeddings#knowledge-based-systems#knowledge-bases#llm-wiki-personal-knowledge-base#mcp#mcp-server#model-context-protocol#organizational-knowledge#rag#self-hosted#wiki

Install

pip install git+https://github.com/nduckmink/arkon.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "arkon": {
      "command": "uvx",
      "args": [
        "git+https://github.com/nduckmink/arkon.git"
      ]
    }
  }
}

From the README

**Arkon** is a self-hosted, enterprise-grade knowledge management layer that bridges organizational data and AI clients. It runs as a centralized **MCP Server** (Model Context Protocol), compiling your SOPs, policies, and internal docs into a structured, traceable knowledge wiki - then serving that wiki to Claude and other LLMs through a single permission-scoped endpoint. In most organizations, AI adoption is fragmented. Employees copy-paste documents into chatbots, producing inconsistent context, security risks, and duplicated work. **Arkon treats AI as a managed organizational resource.**…
Read full README on GitHub →

Related ai & ml servers