Comprehensive MCP server management with kubectl-style CLI. Key features in this release: - Declarative YAML apply/get round-trip with project cloning support - Gated sessions with prompt intelligence for Claude - Interactive MCP console with traffic inspector - Persistent STDIO connections for containerized servers - RBAC with name-scoped bindings - Shell completions (fish + bash) auto-generated - Rate-limit retry with exponential backoff in apply - Project-scoped prompt management - Credential scrubbing from git history Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
19 lines
746 B
YAML
19 lines
746 B
YAML
name: docmost
|
|
version: "1.0.0"
|
|
description: Docmost MCP server for wiki/documentation page management and search
|
|
dockerImage: "mysources.co.uk/michal/docmost-mcp:latest"
|
|
transport: STDIO
|
|
repositoryUrl: https://github.com/MrMartiniMo/docmost-mcp
|
|
# Health check disabled: STDIO health probe requires packageName (npm-based servers).
|
|
# This server uses a custom dockerImage. Probe support for dockerImage STDIO servers is TODO.
|
|
env:
|
|
- name: DOCMOST_API_URL
|
|
description: Docmost API URL (e.g. http://100.88.157.6:3000/api)
|
|
required: true
|
|
- name: DOCMOST_EMAIL
|
|
description: Docmost user email for authentication
|
|
required: true
|
|
- name: DOCMOST_PASSWORD
|
|
description: Docmost user password for authentication
|
|
required: true
|