Skip to content

Commit b600b6a

Browse files
chore: add .mcp.json
1 parent a59d7de commit b600b6a

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"mcpServers": {
3+
"backlog": {
4+
"command": "backlog",
5+
"args": ["mcp", "start"]
6+
},
7+
"context7": {
8+
"command": "npx",
9+
"args": ["-y", "@upstash/context7-mcp"]
10+
},
11+
"serena": {
12+
"command": "uvx",
13+
"args": [
14+
"--from",
15+
"git+https://github.com/oraios/serena",
16+
"serena",
17+
"start-mcp-server",
18+
"--context",
19+
"ide",
20+
"--project-from-cwd"
21+
]
22+
}
23+
}
24+
}

0 commit comments

Comments
 (0)