Ide Config Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Ide Config Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
这是一个基于 Python编写的MCP Server,提供修改 IDE(目前只支持VS Code)配置文件的工具。MCP 允许大型语言模型(LLMs)直接调用这些工具来操作 IDE 设置。
更多细节:https://juejin.cn/post/7546821135445114922
参考https://uv.doczh.com/getting-started/installation/
{
"mcpServers": {
"ide-config-mcp": {
"command": "uvx",
"args": [
"ide-config-mcp",
"Cursor"
]
}
}
}{
"mcpServers": {
"ide-config-mcp": {
"command": "uvx",
"args": [
"ide-config-mcp",
"Code"
]
}
}
}{
"mcpServers": {
"ide-config-mcp": {
"command": "uvx",
"args": [
"ide-config-mcp",
"TraeCN"
]
}
}
}{
"mcpServers": {
"ide-config-mcp": {
"command": "uvx",
"args": [
"ide-config-mcp",
"Trae"
]
}
}
}获取 VS Code 配置文件内容。
返回:配置文件的 JSON 内容
更新 VS Code 配置文件。
参数:
settings: 要更新的设置(字典格式)返回:更新后的配置文件内容
按 key 获取 VS Code 配置项。
参数:
key: 配置项 key 名称返回:包含配置值的字典,如果 key 不存在则返回错误信息。如果在用户设置中未找到key,会从默认设置中返回默认值。
按 key 设置 VS Code 配置项。
参数:
key: 配置项 key 名称value: 配置项的新值返回:更新后的配置值,如果更新失败则返回错误信息
获取 VS Code 默认配置项。
参数:
返回:json格式的所有的默认配置,包含注释
%APPDATA%\Code\User\settings.json~/Library/Application Support/Code/User/settings.json~/.config/Code/User/settings.json~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.