Skip to content

Commit 5e7a763

Browse files
MagicMock/mock.effective_git_name/130407769905136MagicMock/mock.effective_git_name/130407769905136
authored andcommitted
Add Serena MCP server config
Wires Serena (https://github.com/oraios/serena) as an MCP server for Claude Code sessions in this repo. Provides symbol-level code navigation via language servers, complementing grep-based search. Runs via uvx with --project "." so it picks up whatever clone of the repo Claude is launched from (works for human checkouts and Clayde's transient clones alike).
1 parent 160007b commit 5e7a763

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)