.trae/skills; MCP config lives under ~/.trae/mcp.json.
Paths
Skills example
gaal.yaml
MCP example
gaal.yaml
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Adaptive AI IDE by ByteDance.
.trae/skills; MCP config lives under ~/.trae/mcp.json.
| Resource | Path |
|---|---|
| Project skills | .trae/skills |
| Global skills | ~/.trae/skills |
| MCP config | ~/.trae/mcp.json |
| Audit search (project) | .trae/skills, .agents/skills, .github/skills, .claude/skills |
| Audit search (global) | ~/.trae/skills, ~/.agents/skills, ~/.copilot/skills |
| Package-manager search | ~/.trae/extensions |
skills:
- source: anthropics/skills
agents: [trae]
global: false
mcps:
- name: filesystem
agents: [trae]
global: true
inline:
command: uvx
args: [mcp-server-filesystem, ~/projects]
Was this page helpful?