docsie-mcp
v0.1.0
Published
Local stdio bridge for the hosted Docsie MCP server.
Maintainers
Readme
docsie-mcp
Local stdio bridge for the hosted Docsie MCP server.
Use this package for MCP clients or directories that require a locally-run stdio server instead of a remote Streamable HTTP endpoint.
Install Snippet
{
"mcpServers": {
"docsie": {
"command": "npx",
"args": ["-y", "docsie-mcp"],
"env": {
"DOCSIE_MCP_TOKEN": "mcp_sa_...",
"DOCSIE_MCP_ENDPOINT": "https://app.docsie.io/mcp"
}
}
}
}DOCSIE_MCP_ENDPOINT defaults to https://app.docsie.io/mcp.
Authentication
The first version expects a Docsie MCP service token:
export DOCSIE_MCP_TOKEN=mcp_sa_...
npx -y docsie-mcpThe token is sent as:
Authorization: Bearer <token>The token still controls the selected Docsie organization, workspace, and permission packs.
