-
-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathmcp.json
More file actions
45 lines (45 loc) · 1.37 KB
/
mcp.json
File metadata and controls
45 lines (45 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"mcpServers": {
"angular-cli": {
"command": "npx",
"args": ["-y", "@angular/cli", "mcp"],
"description": "Angular CLI MCP for Angular development assistance"
},
"github": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-github"],
"description": "GitHub repository management and operations",
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": ""
}
},
"playwright": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-playwright"],
"description": "Browser automation and E2E testing with Playwright"
},
"filesystem": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "."],
"description": "File system operations for project files"
},
"git": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-git", "."],
"description": "Git version control operations"
},
"typescript": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-typescript"],
"description": "TypeScript language server for code analysis"
},
"brave-search": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-brave-search"],
"description": "Web search for documentation and troubleshooting",
"env": {
"BRAVE_API_KEY": ""
}
}
}
}