
lsp-mcp
A multi-language code analysis server that helps LLMs or humans automatically lint, type-check, and improve code with minimal installation friction, currently supporting Python with plans for other languages.
Tools
AnalyzeFile
Run a file through analysis. You MUST provide a valid Path for the file.
README
langtools-mcp: Multi-Language Code Analysis Sidecar for Agents & Automation
Overview
langtools-mcp is a modular, multi-language code analysis and static-check sidecar for agents, LLMs, CI/CD, and developer automation.
It orchestrates best-in-class language tools (like Ruff, gopls, rust-analyzer, and more) using a robust daemon architecture.
Key Features:
- 🔗 Unified API: One protocol/entrypoint for diverse language toolchains and linters
- ⛓️ Designed for scale: Supports multi-lang codebases and batch processing
- 🔜 Future-Ready: Easily extend with new language tools
Architecture
+-------------------------------+ HTTP (localhost) +-------------------------------+
| langtools-mcp (MCP) | <-------------------------> | langtools_daemon sidecar |
+-------------------------------+ +-------------------------------+
|
(runs linters)
v
ruff, gopls, rust-analyzer, etc.
When you launch the main server or CLI, langtools_daemon
is started automatically and managed as a subprocess.
All analysis requests—regardless of the underlying language—are routed to this sidecar, which coordinates the appropriate language tools.
Features
- Multi-language support: Python (Ruff) ready now; Go, Rust, and others coming soon
- Decoupled code analysis: No need for IDEs, editors, or direct dependency on any single tool
- Headless & batch-friendly: Perfect for LLMs, CI pipelines, review bots, automation
Installation
git clone https://github.com/flothjl/langtools-mcp.git
cd langtools-mcp
uv sync
Quickstart
To process a single file:
python -m langtools_mcp path/to/your_file.py
How It Works
- MCP exposes an
AnalyzeFile
tool and protocol (seesrc/langtools_mcp/server.py
) which dispatches analysis requests through a registry to the daemon. - The daemon routes the request to the appropriate tool and returns normalized results as JSON.
Troubleshooting
- Tool not found error:
Make sure the language tool (e.g. Ruff for Python) is installed via pip/uv/uvx. - macOS Gatekeeper:
Only an issue if you install a language tool manually as a system binary; not typical for default usage.
License
Roadmap
- Add Go (gopls), Rust (rust-analyzer), TypeScript, etc.
- More advanced batch analysis/LLM feedback features
Questions?
Open an issue or discussion, or join our community chat!
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.