[PR #221] Add agent-lsp to AI Coding Tools #4013

Open
opened 2026-07-15 04:20:18 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/devtoolsd/awesome-devtools/pull/221
Author: @blackwell-systems
Created: 5/12/2026
Status: 🔄 Open

Base: mainHead: add-agent-lsp


📝 Commits (1)

  • 28b710a Add agent-lsp to AI Coding Tools

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 readme.md (+1 -0)

📄 Description

Summary

Adds agent-lsp to the AI Coding Tools section.

agent-lsp is an MCP server that provides AI coding agents with language server protocol-based code intelligence across 30 languages.

What It Provides

  • 66 LSP tools: go-to-definition, find-references, call-hierarchy, blast-radius analysis, diagnostics, rename, format, code actions
  • 24 workflow skills: safe refactoring, workspace-wide renames, impact analysis, test correlation, cross-repo analysis, speculative editing
  • 30 language support: Go, TypeScript, Python, Rust, Java, C++, PHP, Ruby, C#, Kotlin, and 20 more

Why It Fits

agent-lsp enables AI coding tools (Claude Code, Cursor, Windsurf, Continue, etc.) to understand code semantically instead of relying on text-based grep/sed. It provides the same code intelligence that human developers get from their IDE, but accessible to AI agents via the Model Context Protocol.

  • Documentation: https://agent-lsp.com
  • Install: npm install -g @blackwell-systems/agent-lsp
  • MCP Registry: registry.modelcontextprotocol.io

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/devtoolsd/awesome-devtools/pull/221 **Author:** [@blackwell-systems](https://github.com/blackwell-systems) **Created:** 5/12/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `add-agent-lsp` --- ### 📝 Commits (1) - [`28b710a`](https://github.com/devtoolsd/awesome-devtools/commit/28b710a7af4a2884229ea4759cd2c544dc5ffa0c) Add agent-lsp to AI Coding Tools ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `readme.md` (+1 -0) </details> ### 📄 Description ## Summary Adds [agent-lsp](https://github.com/blackwell-systems/agent-lsp) to the AI Coding Tools section. agent-lsp is an MCP server that provides AI coding agents with language server protocol-based code intelligence across 30 languages. ## What It Provides - **66 LSP tools**: go-to-definition, find-references, call-hierarchy, blast-radius analysis, diagnostics, rename, format, code actions - **24 workflow skills**: safe refactoring, workspace-wide renames, impact analysis, test correlation, cross-repo analysis, speculative editing - **30 language support**: Go, TypeScript, Python, Rust, Java, C++, PHP, Ruby, C#, Kotlin, and 20 more ## Why It Fits agent-lsp enables AI coding tools (Claude Code, Cursor, Windsurf, Continue, etc.) to understand code semantically instead of relying on text-based grep/sed. It provides the same code intelligence that human developers get from their IDE, but accessible to AI agents via the Model Context Protocol. ## Links - Documentation: https://agent-lsp.com - Install: `npm install -g @blackwell-systems/agent-lsp` - MCP Registry: registry.modelcontextprotocol.io --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-07-15 04:20:19 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-devtools#4013