1. Configure local `llm` on `avante` 2. Integrate with `claude-code` 3. Add `serena` `mcp` server Reviewed-on: #249 Co-authored-by: Joao P Dubas <joao.dubas+gitea@gmail.com> Co-committed-by: Joao P Dubas <joao.dubas+gitea@gmail.com>
30 lines
421 B
JSON
30 lines
421 B
JSON
{
|
|
"mcpServers": {
|
|
"context7": {
|
|
"command": "pnpm",
|
|
"args": [
|
|
"dlx",
|
|
"@upstash/context7-mcp@latest"
|
|
]
|
|
},
|
|
"git": {
|
|
"command": "uvx",
|
|
"args": [
|
|
"mcp-server-git"
|
|
]
|
|
},
|
|
"vectorcode": {
|
|
"command": "vectorcode-mcp-server",
|
|
"args": []
|
|
},
|
|
"serena": {
|
|
"command": "uvx",
|
|
"arg": [
|
|
"--from",
|
|
"git+https://github.com/oraios/serena",
|
|
"serena-mcp-server"
|
|
]
|
|
}
|
|
}
|
|
}
|