Token导航 LogoToken导航TokenDH.com
Tca MCP Server logo
开发工具未说明官方级别未说明来源级核验

Tca MCP Server

MCP Server

Tencent Cloud Code Analysis (TCA) 是一个云原生、分布式、高性能的代码分析与跟踪管理平台,支持持续跟踪和分析代码,观察项目代码质量,帮助团队继承代码文化。

工具数

0

提示词数

0

GitHub Stars

0

资源数

0
代码分析代码质量TypeScript分布式系统开发工具

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

TCATools

提供方

TCATools

最后核验

2026/5/17 20:21

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

Tencent Cloud Code Analysis (TCA) MCP Server​

Official website (https://tca.tencent.com) MCP Server supporting MCP protocol for quickly starting code analysis and obtaining code analysis reports.

Tencent Cloud Code Analysis (TCA), which started in 2012 (internal code name: CodeDog), is a cloud-native, distributed, and high-performance comprehensive code analysis and tracking management platform integrating numerous code analysis tools. Its main functions are to continuously track and analyze code, observe project code quality, and support teams in inheriting code culture. For more information about Tencent Cloud Code Assistant, please visit the official website usage guide: https://tca.tencent.com/document/zh/guide/.

TCA MCP Server Usage Steps​

1,Create relevant resources on the TCA official website

Official website: https://tca.tencent.com/​

  • step1: [Create a team] Visit the TCA official website, log in, select to create a team, fill in relevant information, and wait for the application to be approved:

create_team

  • step2: [Create a project team] After creating the team, click to select the team, and create a project team after entering:

create a project team

  • step3: [Access the code repository] After creating the project team, click to select the project team, and select to access the code repository that needs to be analyzed after entering:

repo

  • step4: [Create an analysis project] After successfully accessing the code repository, create an analysis project (it is recommended to first use the official experience plan in the figure for usage experience):

create a project

2, Create a tca-mcp.ini configuration file in the code repository

Create a tca-mcp.ini configuration file in the code repository that needs code analysis. The configuration file is stored in the root directory of the code repository, and the content of the configuration file is as follows:

[config]
project_id=

repo_id=
org_sid=
team_name=

Relevant parameters can be obtained from the route of the corresponding page, as shown in the following figure:

tca-mcp-ini参数

Where 4iYVpci9nAX corresponds to org_sid; 19485 corresponds to repo_id; 234521 corresponds to project_id; first corresponds to team_name. Fill in according to the actual situation.

3, Configure TCA MCP Server

{
  "mcpServers": {
    "tca-mcp-server": {
      "command": "npx",
      "args": ["-y", "-p", "tca-mcp-server@latest", "tca-mcp-stdio"],
      "env": {
        "TCA_TOKEN": "", 
        "TCA_USER_NAME": ""
      }
    }
  }
}

The corresponding TCA_TOKEN and TCA_USER_NAME are obtained from the TCA official website, [Personal Center] -> [Personal Token], and can be accessed at https://tca.tencent.com/user/token.

TCA MCP Server Development Steps​

Requirements: nodejs >= 22.0.0

1,npm run build 2, Manually add test configuration:

{
  "mcpServers": {
    "tca-mcp-server-test": {
      "command": "node",
      "args": ["/path/to/tca-mcp-server/dist/stdio.js"],
      "env": {
        "TCA_TOKEN": "", 
        "TCA_USER_NAME": "",
      }
    }
  }
}

目录标签

目录标签

代码分析代码质量TypeScript分布式系统开发工具本地部署云原生

接入字段

传输方式(transport,传输协议)

未说明

鉴权方式(authType,认证方式)

token

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

未说明token部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP