Orchestrates language servers into 65 code-intelligence tools across 30 languages, token-optimized.
claude mcp add agent-lsp -- npx -y @blackwell-systems/agent-lsp
claude_desktop_config.json
{
"mcpServers": {
"agent-lsp": {
"command": "npx",
"args": [
"-y",
"@blackwell-systems/agent-lsp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"agent-lsp": {
"command": "npx",
"args": [
"-y",
"@blackwell-systems/agent-lsp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agent-lsp": {
"command": "npx",
"args": [
"-y",
"@blackwell-systems/agent-lsp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"agent-lsp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@blackwell-systems/agent-lsp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"agent-lsp": {
"command": "npx",
"args": [
"-y",
"@blackwell-systems/agent-lsp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.blackwell-systems--agent-lsp/reviews or the review_server meta-tool.
POST /mcp