Agent Lsp MCP Server

Code intelligence infrastructure for AI agents. 65 tools, 30 CI-verified languages, 24 agent workflows. Single Go binary. It runs locally over stdio via the published package.

People connecting automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Go.

VERIFIED ACTIVE

LAST COMMIT 2026-08-25 · ★ 116 · #19 OF 194 MAINTAINED AUTOMATION · VERIFIED 2026-08-25

MIT · Go servers · how we verify → /methodology

01 · Install Agent Lsp

before you install - you'll need

Set AGENT_LSP_OUTPUT_FORMAT, AGENT_LSP_TOKEN before connecting.

Claude Code

claude mcp add blackwell-systems-agent-lsp -- npx -y @blackwell-systems/agent-lsp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "blackwell-systems-agent-lsp": {
      "command": "npx",
      "args": [
        "-y",
        "@blackwell-systems/agent-lsp"
      ]
    }
  }
}

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

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 local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @blackwell-systems/agent-lsp - published under the repo owner's npm scope (@blackwell-systems)

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

03 · What Agent Lsp can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.18.0 · 2026-08-18

Upgrades the GCF encoder (gcf-go v1.7.1, spec v3.5.3). The headline is a nested-container fix: grouped tool responses (callers under a symbol, diagnostics with related info, explore_symbol) now encode as proper tabular…

v0.17.0 · 2026-07-30

Adds --merge-config, so you can keep auto-detection for most languages and overlay a config file to add or override just the servers you need. Requested by @Pakti (#13). · Added · --merge-config flag (#13): overlay a…

v0.16.0 · 2026-07-14

Fixes a file-corruption bug in rename_symbol (#12, reported by @V0idk), makes speculative confidence honest about still-indexing servers, and upgrades gcf-go to v1.5.0. · Fixed · rename_symbol file corruption (#12)…

04 · Who maintains Agent Lsp

agent-lsp is maintained by blackwell-systems. We track 3 MCP servers from blackwell-systems - 3 actively maintained, 142 combined GitHub stars, oldest repo from Apr 2026. Full record: all servers from blackwell-systems.

  1. gcf-proxy Drop-in MCP proxy. 71% fewer tokens. Session dedup compounds to 92%. Zero code changes. ★ 8
  2. knowing Content-addressed code graph with 22 MCP tools for AI agents. ★ 18

05 · Facts

category
automation - ranked #19 of 194 actively-maintained automation servers as of 2026-08-25.
release cadence
9 releases in the last 90 days (latest 2026-08-18)
registry
io.github.blackwell-systems/agent-lsp (active, first published 2026-04-11 · 28 versions)
packages
npm:@blackwell-systems/agent-lsp

06 · Agent Lsp FAQ

What is Agent Lsp?

Code intelligence infrastructure for AI agents. 65 tools, 30 CI-verified languages, 24 agent workflows. Single Go binary. It runs locally over stdio via the published package.

Is Agent Lsp still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-25 and it shipped 9 releases in the last 90 days. We re-verify nightly.

How do I install Agent Lsp?

Run `npx -y @blackwell-systems/agent-lsp`. The README documents 2 environment variables (AGENT_LSP_OUTPUT_FORMAT, AGENT_LSP_TOKEN) to set first. Set AGENT_LSP_OUTPUT_FORMAT, AGENT_LSP_TOKEN before connecting. You can also paste the ready-made client config above.

Does Agent Lsp run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Agent Lsp

More automation MCP servers · Carbone MCP · Proletariat CLI · Network Sketcher (Local MCP) · Ccu MCP · Debmatic MCP

More Go MCP servers · Gcf Proxy · Knowing · Bomly · Dryrun · Email (IMAP/SMTP) (boutquin) · see all