# Cantara wiki — community knowledge web [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/Cantara/wiki  
**GitHub Stars:** 0  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/cantara-wiki-community-knowledge-web

## Description
Norwegian open-source community wiki (2,290 articles, 2008-2022) as a signed KCP knowledge web.

## Claude Desktop Quick Installation
Install path detected from listing signals. Uses `uvx` (confidence: high):

```json
"mcpServers": {
  "cantara-wiki-community-knowledge-web": {
    "command": "uvx",
    "args": ["mkdocs"]
  }
}
```

## Documentation & README

# Cantara Wiki

Archive of the Cantara open source community wiki, originally hosted at wiki.cantara.no (Confluence).

Content recovered from the [Wayback Machine](https://web.archive.org/) snapshot (last captured 2022).

**Live site:** https://cantara.github.io/wiki/

## Local development

```bash
pip install mkdocs mkdocs-material
mkdocs serve
```

