HomeDesign & Media › den — Korean AEC knowledge, curated

den — Korean AEC knowledge, curated

Curated Korean AEC expertise for AI agents: KDS·KCS·KS, building law, practice, and the reasoning.

Official Python Cloud Remote
★ 0 stars Last pushed 2026-09-15 License: Apache-2.0

Topics: Architecture & Design

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.den.archi/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http den_archi_mcp https://mcp.den.archi/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "den_archi_mcp": {
      "url": "https://mcp.den.archi/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization secret — Optional. Bearer <your den API key> for direct HTTP access. Most clients should connect over OAuth instead — no key needed. Discovery (initialize, tools/list) works without it.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry