jonrad/lsp-mcp
An Model Context Protocol (MCP) server that provides LLMs/AI Agents with the capabilities of a language server protocol (LSP) server. This gives the AI the ability to get language aware context from the codebase.
Platform-specific configuration:
{
"mcpServers": {
"lsp-mcp": {
"command": "npx",
"args": [
"-y",
"lsp-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...