Skip to main content
Glama

LSP MCP Server

by Tritlo
package.json880 B
{ "name": "lsp-mcp-server", "version": "0.2.0", "description": "MCP server for Language Server Protocol (LSP) integration, providing hover information, code completions, diagnostics, and code actions with resource-based access", "license": "MIT", "type": "module", "bin": { "lsp-mcp-server": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc", "prepare": "npm run build", "watch": "tsc --watch", "test": "npm run test:typescript && npm run test:prompts", "test:typescript": "node test/typescript-lsp.test.js", "test:prompts": "node test/prompts.test.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "zod": "^3.22.4", "zod-to-json-schema": "^3.24.5" }, "devDependencies": { "@types/node": "^22", "typescript": "^5.3.3", "typescript-language-server": "^4.3.4" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Tritlo/lsp-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server