Lurq MCP Server

The verification layer for everything your agent installs. Your coding agent picks npm packages from memory. lurq checks them against the live registry, security advisories, shipped type definitions and real co-installs, before anything lands in package.json. It is available as a remote MCP endpoint.

Teams that want a hosted coding agent endpoint instead of running a local process. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-17 · ★ 8 · #182 OF 229 MAINTAINED CODING AGENT · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Lurq

Claude Code

claude mcp add jadenryu-lurq --transport http https://api.lurq.run/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "jadenryu-lurq": {
      "url": "https://api.lurq.run/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://api.lurq.run/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-09-17

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to api.lurq.run

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license MIT - declared in the repository

registry namespace io.github.jadenryu is GitHub-verified and matches the repo owner

03 · Who maintains Lurq

lurq is maintained by jadenryu. It's the only MCP server we track from this author; the repo dates to Jun 2026.

04 · Facts

category
coding agent - ranked #182 of 229 actively-maintained coding agent servers as of 2026-09-18.
registry
io.github.jadenryu/lurq (active, first published 2026-09-13 · 3 versions)

05 · Lurq FAQ

What is Lurq?

The verification layer for everything your agent installs. Your coding agent picks npm packages from memory. lurq checks them against the live registry, security advisories, shipped type definitions and real co-installs, before anything lands in package.json. It is available as a remote MCP endpoint.

Is Lurq still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-17. We re-verify nightly.

How do I install Lurq?

Run `claude mcp add jadenryu-lurq --transport http https://api.lurq.run/mcp`. You can also paste the ready-made client config above.

Does Lurq require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-09-17; you can connect without credentials.

06 · Alternatives to Lurq

More coding agent MCP servers · Repo Graph · Orca MCP Server · Entroly · Luogu MCP Server · Baton

More TypeScript MCP servers · Jaipilot · Fortnox · Drafto · Pixelpact · Drawthings · see all