feat(mcp): add servers
* `fetch` * `filesystem` * `memory` Experiment with `serena` server options.
This commit is contained in:
parent
48bd8ca1d9
commit
628407f986
@ -7,23 +7,53 @@
|
|||||||
"@upstash/context7-mcp@latest"
|
"@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": {
|
"git": {
|
||||||
"command": "uvx",
|
"command": "uvx",
|
||||||
"args": [
|
"args": [
|
||||||
"mcp-server-git"
|
"mcp-server-git"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"vectorcode": {
|
"memory": {
|
||||||
"command": "vectorcode-mcp-server",
|
"command": "pnpm",
|
||||||
"args": []
|
"args": [
|
||||||
|
"dlx",
|
||||||
|
"@modelcontextprotocol/server-memory@latest"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"serena": {
|
"serena": {
|
||||||
"command": "uvx",
|
"command": "uvx",
|
||||||
"arg": [
|
"arg": [
|
||||||
"--from",
|
"--from",
|
||||||
"git+https://github.com/oraios/serena",
|
"git+https://github.com/oraios/serena",
|
||||||
"serena-mcp-server"
|
"serena-mcp-server",
|
||||||
|
"--transport",
|
||||||
|
"stdio",
|
||||||
|
"--enable-web-dashboard",
|
||||||
|
"False",
|
||||||
|
"--enable-gui-log-window",
|
||||||
|
"False",
|
||||||
|
"--tool-timeout",
|
||||||
|
"30"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"vectorcode": {
|
||||||
|
"command": "vectorcode-mcp-server",
|
||||||
|
"args": []
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user