Servers
LSP Tools MCP Server
@rajnaveen344
An MCP server to build LSP
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"lsp-tools-mcp": {
"command": "node",
"args": [
"dist/index.js",
"/path/to/allowed/directory"
]
}
}
}