Local stdio bridge for the hosted Docsie MCP server.
Docsie MCP server exists for a simple reason — assistants are far more useful when they can act on Docsie directly instead of describing what you should do. Local stdio bridge for the hosted Docsie MCP server.
Docsie MCP connects AI assistants to Docsie's AI documentation platform for knowledge base search, help center and product documentation retrieval, video-to-docs automation, native multi-video comparison, Word template fill, policy/compliance checks, presentation creation, content imports, publishing workflows, scoped Docsie agent runs, and CLI-friendly AI credit top-ups.
Once Docsie is connected, these are the calls the assistant has available:
workspace_read — read and search Docsie knowledgeworkspace_write — create and update documentation content, save comparisons, and manage persistent workspace Word fill templatesvideo_docs — video-to-docs workflows, native video compare/combine jobs, Word template fill, policy checks, advanced annotations, and comparison supportvideo_presentation — presentation-oriented video analysis, PPTX export workflows, and live presenter sessionsimports — file import, website extraction, research workflows, and web-backed comparisonspublishing — deployments, visibility, file requests, and related publishing toolsbilling — approved paid workflow options through CLI-friendly Stripe Checkout links and x402 payment requestsagent_runs — start, monitor, cancel, and fetch remote Docsie background agent runs, with voice discovery tools when enabled for the workspaceDocsie — https://www.docsie.io/App — https://app.docsie.io/Documentation — https://docsie.com/Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
You will need 5 environment variables: DOCSIE_MCP_TOKEN, DOCSIE_MCP_EXPECTED_WORKSPACE_ID, DOCSIE_MCP_E2E_VIDEO_URL, DOCSIE_MCP_E2E_WORKSPACE_ID, DOCSIE_MCP_E2E_EXISTING_FINAL_JOB_ID. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the knowledge and memory group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Docsie's toolset — workspace_read, workspace_write, video_docs and 8 more — is a fair guide to whether it matches your workflow. It is maintained by Docsie; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Docsie's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| workspace_read | read and search Docsie knowledge |
| workspace_write | create and update documentation content, save comparisons, and manage persistent workspace Word fill templates |
| video_docs | video-to-docs workflows, native video compare/combine jobs, Word template fill, policy checks, advanced annotations, and comparison support |
| video_presentation | presentation-oriented video analysis, PPTX export workflows, and live presenter sessions |
| imports | file import, website extraction, research workflows, and web-backed comparisons |
| publishing | deployments, visibility, file requests, and related publishing tools |
| billing | approved paid workflow options through CLI-friendly Stripe Checkout links and x402 payment requests |
| agent_runs | start, monitor, cancel, and fetch remote Docsie background agent runs, with voice discovery tools when enabled for the workspace |
| Docsie | https://www.docsie.io/ |
| App | https://app.docsie.io/ |
| Documentation | https://docsie.com/ |
{
"mcpServers": {
"docsie": {
"type": "http",
"url": "https://app.docsie.io/mcp"
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| DOCSIE_MCP_TOKEN | Credential the server authenticates with. | Yes |
| DOCSIE_MCP_EXPECTED_WORKSPACE_ID | Configuration value read at startup. | Optional |
| DOCSIE_MCP_E2E_VIDEO_URL | Endpoint or connection string the server talks to. | Yes |
| DOCSIE_MCP_E2E_WORKSPACE_ID | Configuration value read at startup. | Optional |
| DOCSIE_MCP_E2E_EXISTING_FINAL_JOB_ID | Configuration value read at startup. | Optional |
A knowledge graph your assistant keeps between sessions — entities, relations and observations that persist.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
A structured scratchpad for hard problems — stepwise reasoning with revisions, branches and visible logic.
Symbol-level code navigation, refactoring and memory for coding agents — the IDE brain your assistant has been missing.
Chat with your second brain — search, read and write vault notes through the Local REST API.