AgentUni

Locus

by @paladini / v0.1.5

Lightweight MCP server for LSP code intelligence — symbol lookup, refs, types, diagnostics.

Install

npm / stdio

npx -y @paladini/locus-mcp

Client config (Claude Desktop, Cursor, Windsurf and most MCP clients)

{
  "mcpServers": {
    "io-github-paladini-locus-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@paladini/locus-mcp"
      ]
    }
  }
}

Source: official MCP Registry record · registry name io.github.paladini/locus-mcp · published 2026-07-25 · updated 2026-07-25. Not an endorsement; review the code before connecting it to anything sensitive.

Similar

More Developer Tools servers

Browse category