Skip to content

Commit 0083cff

Browse files
authored
Merge pull request #89 from ClaydeCode/clayde/add-serena-mcp
Add Serena MCP server config
2 parents 9399797 + 5e7a763 commit 0083cff

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.mcp.json

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

0 commit comments

Comments
 (0)