Files
mcpctl/templates/docmost.yaml
Michal 69867bd47a
Some checks are pending
CI / lint (push) Waiting to run
CI / typecheck (push) Waiting to run
CI / test (push) Waiting to run
CI / build (push) Blocked by required conditions
CI / package (push) Blocked by required conditions
feat: mcpctl v0.0.1 — first public release
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>
2026-02-27 17:05:05 +00:00

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