simple lsp mcp server for Cursor
io.github.ormastes/simple-lsp-mcp-server
Simple Language LSP-MCP bridge — definition, references, hover, symbols, and diagnostics
client:Cursor
transport:stdio
runtime:npm
Install simple lsp mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"simple-lsp-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@simple-lang/lsp-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs