PluginBench
MCP Server
Active

Cantara wiki — community knowledge web MCP Server

no.cantara/wiki

What is the Cantara wiki — community knowledge web MCP server?

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

How to install Cantara wiki — community knowledge web

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "wiki": {
      "url": "https://mcp.cantara.no/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "wiki": {
      "serverUrl": "https://mcp.cantara.no/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "wiki": {
      "type": "http",
      "url": "https://mcp.cantara.no/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "wiki": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.cantara.no/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http wiki https://mcp.cantara.no/mcp

Related MCP servers

Deterministic, fail-closed planner for KCP knowledge manifests: kcp_plan, kcp_load, kcp_validate.

0
TypeScript
View repository →

MCP compliance proxy between agent and tools: deterministic governance, fail-closed, audit trail.

0
TypeScript
Apache-2.0
View repository →