agent-lsp
Rank #789io.github.blackwell-systems/agent-lsp
Orchestrates language servers into 65 code-intelligence tools across 30 languages, token-optimized.
agent-lsp is a Model Context Protocol (MCP) server published by blackwell-systems. It ranks #789 of 115,460 servers tracked on MCP Toplist, and its repository has 116 GitHub stars. agent-lsp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 21 tracked versions. It was first listed on Apr 6, 2026 and most recently updated on Aug 29, 2026.
Ranks ahead of 114,671 of 115,460 servers on MCP Toplist.
Use agent-lsp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add agent-lsp -- npx -y @blackwell-systems/agent-lsp[mcp_servers.agent-lsp]
command = "npx"
args = ["-y", "@blackwell-systems/agent-lsp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"agent-lsp": {
"command": "npx",
"args": [
"-y",
"@blackwell-systems/agent-lsp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"agent-lsp": {
"command": "npx",
"args": [
"-y",
"@blackwell-systems/agent-lsp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"agent-lsp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@blackwell-systems/agent-lsp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"agent-lsp": {
"command": "npx",
"args": [
"-y",
"@blackwell-systems/agent-lsp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"agent-lsp": {
"command": "npx",
"args": [
"-y",
"@blackwell-systems/agent-lsp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.blackwell-systems%2Fagent-lsp)<a href="https://mcptoplist.com/server/io.github.blackwell-systems%2Fagent-lsp"><img src="https://mcptoplist.com/badge/io.github.blackwell-systems%2Fagent-lsp.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
blackwell-systems
Other servers by blackwell-systems
View all blackwell-systems servers →Available versions (21)
| Version | Published |
|---|---|
| 0.19.0 | Aug 29, 2026 |
| 0.18.0 | Aug 18, 2026 |
| 0.17.0 | Jul 30, 2026 |
| 0.16.0 | Jul 14, 2026 |
| 0.11.1 | May 13, 2026 |
| 0.11.0 | May 11, 2026 |
| 0.10.0 | May 10, 2026 |
| 0.9.0 | May 10, 2026 |
| 0.8.1 | May 9, 2026 |
| 0.8.0 | May 9, 2026 |
| 0.7.0 | May 9, 2026 |
| 0.5.4 | May 4, 2026 |
| 0.5.3 | May 4, 2026 |
| 0.5.1 | May 3, 2026 |
| 0.4.0 | Apr 24, 2026 |
| 0.3.0 | Apr 22, 2026 |
| 0.2.3 | Apr 21, 2026 |
| 0.2.2 | Apr 20, 2026 |
| 0.2.1 | Apr 20, 2026 |
| 0.2.0 | Apr 20, 2026 |
| 0.1.2 | Apr 11, 2026 |
Frequently asked questions
- Who maintains agent-lsp?
- agent-lsp is maintained by blackwell-systems, which publishes 4 MCP servers (23 total versions) tracked on MCP Toplist.
- Is agent-lsp listed on the Official MCP Registry?
- Yes — agent-lsp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does agent-lsp have?
- MCP Toplist tracks 21 versions of agent-lsp, most recently published on Aug 29, 2026.
- Where can I find the source code for agent-lsp?
- The source code for agent-lsp is hosted at github.com/blackwell-systems/agent-lsp.