From 5a30ca10be72791c7088416ce132607da3db7d7f Mon Sep 17 00:00:00 2001 From: Dayna Blackwell Date: Sun, 19 Apr 2026 22:21:09 -0700 Subject: [PATCH] Add agent-lsp to Developer Tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3b79332b..c9d6f859 100644 --- a/README.md +++ b/README.md @@ -852,6 +852,7 @@ Tools and integrations that enhance the development workflow and environment man - [Inspizzz/jetbrains-datalore-mcp](https://github.com/inspizzz/jetbrains-datalore-mcp) 🐍 ☁️ - MCP server for interacting with cloud deployments of Jetbrains Datalore platform. Fully incorporated Datalore API ( run, run interactively, get run data, fetch files ) - [ios-simulator-mcp](https://github.com/joshuayoes/ios-simulator-mcp) 📇 🏠 🍎 - A Model Context Protocol (MCP) server for interacting with iOS simulators. This server allows you to interact with iOS simulators by getting information about them, controlling UI interactions, and inspecting UI elements. - [isaacphi/mcp-language-server](https://github.com/isaacphi/mcp-language-server) 🏎️ 🏠 - MCP Language Server helps MCP enabled clients navigate codebases more easily by giving them access to semantic tools like get definition, references, rename, and diagnostics. +- [blackwell-systems/agent-lsp](https://github.com/blackwell-systems/agent-lsp) 🏎️ 🏠 🍎 🪟 🐧 - Stateful MCP server over real language servers. 50 tools, 30 CI-verified languages, 20 agent workflows. Persistent sessions keep the index warm across files and projects. Speculative execution simulates edits in memory before writing to disk. - [IvanAmador/vercel-ai-docs-mcp](https://github.com/IvanAmador/vercel-ai-docs-mcp) 📇 🏠 - A Model Context Protocol (MCP) server that provides AI-powered search and querying capabilities for the Vercel AI SDK documentation. - [izzzzzi/codewiki-mcp](https://github.com/izzzzzi/codewiki-mcp) [![codewiki-mcp MCP server](https://glama.ai/mcp/servers/izzzzzi/codewiki-mcp/badges/score.svg)](https://glama.ai/mcp/servers/izzzzzi/codewiki-mcp) 📇 ☁️ - MCP server for codewiki.google. Search repos, fetch AI-generated wiki docs, and ask questions about any open-source repository. - [j4c0bs/mcp-server-sql-analyzer](https://github.com/j4c0bs/mcp-server-sql-analyzer) 🐍 - MCP server that provides SQL analysis, linting, and dialect conversion using [SQLGlot](https://github.com/tobymao/sqlglot)