Documentation Index
Fetch the complete documentation index at: https://docs-docflow.textin.com/llms.txt
Use this file to discover all available pages before exploring further.
01 What is Docflow Document MCP
TextIn Docflow Document MCP is a service based on Model Context Protocol that provides AI Coding Agents with document retrieval capabilities for TextIn Docflow.
After integration, your Agent can:
- Query Docflow API documentation
- Get API parameter descriptions
- Search for usage examples and best practices
02 Installation
Add MCP Service
Run the following command in your terminal:codex mcp add textin-docflow-docs --url http://docflow.textin.com/textin-docs/mcp
Verify Installation
Run the following command to view added MCP services:The output should include textin-docflow-docs.Add MCP Service
Run the following command in your terminal:claude mcp add textin-docflow-docs --transport sse http://docflow.textin.com/textin-docs/mcp
Verify Installation
Run the following command to view added MCP services:The output should include textin-docflow-docs.Add MCP Service
- Open Trae Settings → MCP
- Click the dropdown Add, select Manual Configuration
- Enter the following JSON:
{
"mcpServers": {
"textin-docflow-docs": {
"url": "http://docflow.textin.com/textin-docs/mcp"
}
}
}
- Save and confirm
textin-docflow-docs status shows connected
Ensure your network can access docflow.textin.com. If there are network restrictions, contact your administrator to whitelist the domain.