Back to Apps

Dev MCPs
by vamuscari
Rust-based MCP servers bridging Language Server Protocol, Debug Adapter Protocol, and LSIF for AI agents.
0 stars
Works in:Codex
Exposes:ToolsResources
What it does
Dev MCPs provides a suite of high-performance Rust-based Model Context Protocol (MCP) servers designed to bridge standard development protocols to AI agents. It allows LLMs to interact with language servers and debuggers, enabling deeper code intelligence and runtime analysis.
Tools
mcp-lsp: Bridges MCP to Language Server Protocol (LSP) for features like go-to-definition and find-references.mcp-dap: Bridges MCP to Debug Adapter Protocol (DAP) for debugger tooling.mcp-lsif: Provides offline code intelligence queries via LSIF.codex-orchestrator: Supervises and proxies conversation tools for Codex agents.
Installation
Add the following to your claude_desktop_config.json (example for mcp-lsp):
{
"mcpServers": {
"dev-mcps-lsp": {
"command": "cargo",
"args": ["run", "-p", "mcp-lsp"]
}
}
}
Supported hosts
- Codex
Quick install
cargo build --workspaceInformation
- Pricing
- free
- Published
- 6/17/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
Refer to AGENTS.md in the repository for specific Codex agent configuration.





