AIChat

sachatrauwaen/AIChat
★ 8 stars C# 🤖 AI/LLM Updated 7d ago
This extension adds an AI-powered chat to the DNN PersonaBar and exposes DNN as an MCP (Model Context Protocol) server so external AI clients can use your portal's tools.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "aichat": {
      "command": "npx",
      "args": [
        "-y",
        "sachatrauwaen/AIChat"
      ]
    }
  }
}

Topics

ai-assistantai-mcp