* `fetch` * `filesystem` * `memory` Experiment with `serena` server options.
60 lines
936 B
JSON
60 lines
936 B
JSON
{
|
|
"mcpServers": {
|
|
"context7": {
|
|
"command": "pnpm",
|
|
"args": [
|
|
"dlx",
|
|
"@upstash/context7-mcp@latest"
|
|
]
|
|
},
|
|
"fetch": {
|
|
"command": "uvx",
|
|
"args": [
|
|
"mcp-server-fetch"
|
|
]
|
|
},
|
|
"filesystem": {
|
|
"command": "pnpm",
|
|
"args": [
|
|
"dlx",
|
|
"@modelcontextprotocol/server-filesystem@latest",
|
|
"/opt/personal",
|
|
"/opt/work"
|
|
]
|
|
},
|
|
"git": {
|
|
"command": "uvx",
|
|
"args": [
|
|
"mcp-server-git"
|
|
]
|
|
},
|
|
"memory": {
|
|
"command": "pnpm",
|
|
"args": [
|
|
"dlx",
|
|
"@modelcontextprotocol/server-memory@latest"
|
|
]
|
|
},
|
|
"serena": {
|
|
"command": "uvx",
|
|
"arg": [
|
|
"--from",
|
|
"git+https://github.com/oraios/serena",
|
|
"serena-mcp-server",
|
|
"--transport",
|
|
"stdio",
|
|
"--enable-web-dashboard",
|
|
"False",
|
|
"--enable-gui-log-window",
|
|
"False",
|
|
"--tool-timeout",
|
|
"30"
|
|
]
|
|
},
|
|
"vectorcode": {
|
|
"command": "vectorcode-mcp-server",
|
|
"args": []
|
|
}
|
|
}
|
|
}
|