loading…
Search for a command to run...
loading…
Enables read, write, edit, and file transfer operations on TorchV AIS enterprise knowledge bases. Supports document management, repository browsing, and adminis
Enables read, write, edit, and file transfer operations on TorchV AIS enterprise knowledge bases. Supports document management, repository browsing, and administrative tasks with configurable readonly, write, or admin permission levels.
🚀 TorchV AIS Knowledge Base MCP Server
A production-ready MCP server that enables read / write / edit / file transfer operations directly on the AIS enterprise knowledge base.

npxreadonly / write / admin)npx -y @torchv-team/ais-mcp
Before starting, set the following environment variables:
export KB_EXECUTE_URL="https://bot.torchv.com"
export KB_TOKEN="your-token"
KB_EXECUTE_URL📌 Steps:
👉 Example:
https://bot.torchv.com
KB_TOKENRecommended:
AIS → Admin Center → API Keys → Create Key
Temporary (not recommended for production):
Browser DevTools → Network → Inspect request → Copy token
export KB_MODE="readonly" # readonly | write | admin
export KB_TIMEOUT_SECONDS="30"
export KB_DEFAULT_REPO_CODE="TEAM_DOCS"
export KB_EXTRA_HEADERS_JSON='{"x-foo":"bar"}'
readonly → Read-only accesswrite → Allows write / upload / publishadmin → Full control (move / delete)npm run build
node dist/cli.js
or:
npm run dev
npm run start
npm run build
node dist/cli.js \
--transport streamable-http \
--host 127.0.0.1 \
--port 3000 \
--path /mcp
or:
npm run dev:http
npm run start:http
📌 Parameters:
--transport streamable-http
--host 127.0.0.1
--port 3000
--path /mcp
{
"mcpServers": {
"ais": {
"command": "npx",
"args": ["-y", "@torchv-team/ais-mcp"],
"env": {
"KB_EXECUTE_URL": "https://your-ais-domain",
"KB_TOKEN": "your-token",
"KB_MODE": "readonly"
}
}
}
}
{
"mcpServers": {
"ais-http": {
"type": "streamable-http",
"url": "http://127.0.0.1:3000/mcp"
}
}
}
kb_list_reposkb_list_pathkb_treekb_searchkb_read_documentkb_render_linkkb_download_filekb_get_download_linkkb_write_documentkb_patch_documentkb_create_directorykb_copy_documentkb_publish_documentkb_upload_filekb_move_documentkb_delete_documentAIS is TorchV’s core product — not just a traditional knowledge base, but:
🧠 An Enterprise AI Knowledge Engine
📲 Contact us (CEO WeChat):

Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"torchv-ais-mcp-server": {
"command": "npx",
"args": []
}
}
}