MCP Directory
Back

tencent_ima_mcp

by hdsz25 · Python · ★ 0

基于 [Model Context Protocol](https://modelcontextprotocol.io/) 的 IMA知识库 本地服务,支持通过 CLI 工具(Cortex Code、Cline、Continue 等)调用 IMA 知识库的全部功能

Install

pip install git+https://github.com/hdsz25/tencent_ima_mcp.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "tencent-ima-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/hdsz25/tencent_ima_mcp.git"
      ]
    }
  }
}

From the README

基于 [Model Context Protocol](https://modelcontextprotocol.io/) 的 IMA知识库 本地服务,支持通过 CLI 工具(Cortex Code、Cline、Continue 等)调用 IMA 知识库的全部功能。 - 知识管理 CRUD(添加/获取/删除/列表/重命名/复制/替换) - 知识库管理(创建/删除/更新/列表/搜索) - 网页内容提取(URL解析/批量导入) - 标签管理(获取/更新/搜索/重命名/删除/批量更新) - 搜索功能(全文搜索/搜索建议/URL存在检测) - 文件上传(媒体注册/上传凭证/管理) - AI摘要 & 关键要点 1. 复制 为 : 2. 填入你的 IMA 认证信息(从浏览器开发者工具中获取): 1. 打开浏览器访问 https://ima.qq.com 2. 登录你的账号 3. 打开开发者工具 (F12) → Network 面板 4. 刷新页面,找到任意 请求 5. 查看请求头中的 ,从中提取: - → 对应 - → 对应 - → 对应 本项目使用 IMA 的 cookie-based 认证: - 请求头 包含完整元数据(PLATFORM、CL…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related other servers