
ojob ojob.io/ai/mcps/mcp-wiki-ops onport=8888 wikibackend=fs wikiroot=./wiki wikibucket=my-wiki-bucket wikiprefix=wiki/ wikiurl=https://s3.amazonaws.com wikiaccesskey= wikisecret= wikiregion= wikiuseversion1=false wikiignorecertcheck=false wikiaccess=rw toolPrefix=wiki- label="Team wiki"
A standalone STDIO/HTTP MCP wiki operations server (lint + readwrite maintenance)
| Name | Description |
|---|---|
| onport | If defined starts an HTTP MCP server on this port; otherwise uses STDIO |
| wikibackend | Wiki backend type (fs, s3, s3fs or es) |
| wikiroot | Base directory for fs backend (default: current directory) |
| wikibucket | S3 bucket for s3 backend |
| wikiprefix | S3 key prefix for s3/s3fs backend, or Elasticsearch index for es backend |
| wikiurl | S3 endpoint/base URL for s3/s3fs, or Elasticsearch/OpenSearch base URL for es (internal esurl) |
| wikiaccesskey | S3 access key, or Elasticsearch username for es backend |
| wikisecret | S3 secret key, or Elasticsearch password for es backend |
| wikiregion | S3 region |
| wikiuseversion1 | Force S3 signature version 1 |
| wikiignorecertcheck | Ignore TLS cert validation on S3 endpoint |
| wikiaccess | Wiki access mode (ro or rw). Ops tools need rw for mutations. |
| toolPrefix | Optional prefix prepended to all tool names (e.g. "docs-" -> docs-list, docs-read, …) |
| label | Human-readable wiki label injected into templated tool descriptions |