MCP Server
SciTeX App provides an MCP (Model Context Protocol) server for AI agents to interact with the file storage SDK.
Available Tools
Tool |
Description |
|---|---|
|
Read a file through the SDK backend |
|
Write content to a file |
|
List files in a directory |
|
Check if a file exists |
|
Delete a file |
|
Copy a file |
|
Rename/move a file |
Starting the Server
scitex-app mcp start
Configuration
Add to your MCP client configuration:
{
"mcpServers": {
"scitex-app": {
"command": "scitex-app",
"args": ["mcp", "start"]
}
}
}