-
Notifications
You must be signed in to change notification settings - Fork 445
Expand file tree
/
Copy pathmcp.json
More file actions
48 lines (48 loc) · 1.6 KB
/
mcp.json
File metadata and controls
48 lines (48 loc) · 1.6 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
46
47
48
{
"$schema": "https://modelcontextprotocol.io/schema/mcp.json",
"mcpServers": {
"github": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-github"],
"description": "GitHub integration for managing issues, pull requests, and repository operations for RedisInsight/RedisInsight"
},
"memory": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-memory"],
"description": "Persistent memory for storing context about the RedisInsight project across sessions"
},
"sequential-thinking": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-sequential-thinking"],
"description": "Enhanced reasoning capabilities for complex architectural and debugging tasks"
},
"context-7": {
"command": "npx",
"args": ["-y", "@upstash/context7-mcp"],
"description": "Context 7 MCP server for enhanced context management and analysis"
},
"playwright": {
"command": "npx",
"args": [
"-y",
"@playwright/mcp@latest"
]
},
"atlassian": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--env-file",
".env.mcp",
"ghcr.io/sooperset/mcp-atlassian:latest"
],
"description": "Atlassian MCP server for managing JIRA projects (RI-XXX tickets) and Confluence content"
},
"figma": {
"url": "https://mcp.figma.com/mcp",
"description": "Figma MCP server for accessing design files, frames, and layers. Copy a Figma frame/layer link to provide design context in prompts."
}
}
}