MCP Configtypescript
lsmcp MCP Config
MCP configuration with 2 servers: context7, lsmcp
.mcp.json
{
"mcpServers": {
"context7": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@upstash/context7-mcp"
],
"env": {}
},
"lsmcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"--volume",
"${PWD}:${PWD}",
"--workdir",
"${PWD}",
"lsmcp:latest"
]
}
}
}