agent-lsp Skill
agent-lsp is a Go AI agent skill for Cursor, Windsurf, Codex with npx, uvx/pip, docker. MCP server that orchestrates language servers into agent-native workflows. 65 tools, 30 CI-verified languages.
How to use agent-lsp Skill
Install or run
git clone https://github.com/blackwell-systems/agent-lsp.git /tmp/agent-lsp-skills
cd /tmp/agent-lsp-skills/skills && ./install.sh --copyClient configuration
startCommand:
type: stdio
configSchema:
type: object
properties:
servers:
type: string
description: >
Space-separated list of language servers in the format
language:binary. For example:
"go:gopls typescript:typescript-language-server,--stdio"
default: ""
required: []
commandFunction: |-
(config) => ({
command: "agent-lsp",
args: config.servers ? config.servers.split(" ") : [],
env: {}
})
Compatible clients
What is agent-lsp Skill?
agent-lsp is a Go AI agent skill for Cursor, Windsurf, Codex with npx, uvx/pip, docker. MCP server that orchestrates language servers into agent-native workflows. 65 tools, 30 CI-verified languages. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Reusable instructions support
- Includes SKILL.md support
- Shell commands support
- Document generation support
- OpenAI provider support
- Anthropic provider support
- Google provider support
Available tools
Technical details
Install or run agent-lsp using npx. Check blackwell-systems/agent-lsp for the latest setup command.
- Built for Go
- Built for Node.js
- Built for Python
- Built for Rust
- Install or run with npx
- Install or run with uvx/pip
- Install or run with docker
- Install or run with git clone
Requirements and access
Security and permissions
Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.
When to use agent-lsp Skill
- Use it for reusing agent instructions, scripts, and references.
- Use it for agent skills workflows.
- Use it for coding workflows.
- Use it for data workflows.
- Use it for cursor users.
Built with
Explore related resources
Frequently asked questions
What is agent-lsp?
agent-lsp is a Go AI agent skill for Cursor, Windsurf, Codex with npx, uvx/pip, docker. MCP server that orchestrates language servers into agent-native workflows. 65 tools, 30 CI-verified languages.
Who is agent-lsp best for?
agent-lsp is best for reusing agent instructions, scripts, and references, agent skills workflows, coding workflows, data workflows, cursor users.
How do I install agent-lsp?
Install or run agent-lsp using npx. Check agent-lsp for the latest setup command.
Is agent-lsp actively maintained?
agent-lsp may need a closer maintenance check before production use.
Auto-fetched from GitHub.