Stats
Actions
Tags
From lspmesh
Runs a local MCP server for the LSP Mesh tool, providing language server protocol aggregation and management capabilities for multi-language projects.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"lspmesh": {
"command": "pnpm",
"args": [
"dlx",
"[email protected]",
"mcp"
]
}
}
}Server configuration and connection parameters
pnpmCommand-line arguments passed to the server process
npx claudepluginhub filiphsps/commerce --plugin lspmesh