Skip to main content
Glama
torchv

TorchV AIS MCP Server

Official
by torchv

@torchv/ais-mcp

English | 中文

License MCP

🚀 TorchV AIS 知识库 MCP 服务器

一个生产就绪的 MCP 服务器,支持直接对 AIS 企业知识库进行 读取 / 写入 / 编辑 / 文件传输 操作。

img

✨ 功能特性

  • 📚 统一访问 AIS 知识库

  • 🛠️ 完整的 MCP 工具链(读取 / 写入 / 管理)

  • ⚡ 通过 npx 一键启动

  • 🔌 支持 STDIOHTTP (可流式传输) 两种传输方式

  • 🔐 细粒度的权限控制 (readonly / write / admin)


🚀 安装与运行

npx -y @torchv/ais-mcp

🔑 必要配置

启动前,请设置以下环境变量:

export KB_EXECUTE_URL="https://bot.torchv.com"
export KB_TOKEN="your-token"

🌐 如何获取 KB_EXECUTE_URL

📌 步骤:

  1. 打开您的 AIS 实例

  2. 从浏览器地址栏复制站点源地址 (origin)

👉 示例:

https://bot.torchv.com

🔐 如何获取 KB_TOKEN

推荐:

AIS → Admin Center → API Keys → Create Key

临时(不推荐用于生产环境):

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 → 只读访问

  • 🟡 write → 允许写入 / 上传 / 发布

  • 🔴 admin → 完全控制(移动 / 删除)


🧩 运行模式

🖥️ STDIO 模式(本地 MCP 客户端)

npm run build
node dist/cli.js

或:

npm run dev
npm run start

🌍 可流式 HTTP 模式

npm run build
node dist/cli.js \
  --transport streamable-http \
  --host 127.0.0.1 \
  --port 3000 \
  --path /mcp

或:

npm run dev:http
npm run start:http

📌 参数:

--transport streamable-http
--host 127.0.0.1
--port 3000
--path /mcp

🔌 Claude / Codex 配置

STDIO

{
  "mcpServers": {
    "ais": {
      "command": "npx",
      "args": ["-y", "@torchv/ais-mcp"],
      "env": {
        "KB_EXECUTE_URL": "https://your-ais-domain",
        "KB_TOKEN": "your-token",
        "KB_MODE": "readonly"
      }
    }
  }
}

HTTP 模式

{
  "mcpServers": {
    "ais-http": {
      "type": "streamable-http",
      "url": "http://127.0.0.1:3000/mcp"
    }
  }
}

🛠️ 工具概览

📖 只读

  • kb_list_repos

  • kb_list_path

  • kb_tree

  • kb_search

  • kb_read_document

  • kb_render_link

  • kb_download_file

  • kb_get_download_link


✏️ 写入

  • kb_write_document

  • kb_patch_document

  • kb_create_directory

  • kb_copy_document

  • kb_publish_document

  • kb_upload_file


🔧 管理

  • kb_move_document

  • kb_delete_document


🧠 关于 AIS

AIS 是 TorchV 的核心产品——它不仅仅是一个传统的知识库,更是:

🧠 企业级 AI 知识引擎

核心能力

  • 🔄 将零散数据转化为结构化知识

  • 🔍 可搜索

  • 🧩 可治理

  • ⚡ 可组合

  • 📈 可优化


🎁 试用 AIS

📲 联系我们(CEO 微信):

img.png

-
security - not tested
A
license - permissive license
-
quality - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/torchv/ais-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server