Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by crepererum-oss • Uncategorized
An MCP server bridging LSP servers to provide LLM-friendly codebase exploration and symbol details.
Explore a codebase without knowing exact symbol locations.
Detailed information about code symbols including documentation, signatures, implementations, and references.
That require a more human-friendly interface to interact with LSP servers via MCP.
Common Sense Coder acts as a bridge between Language Server Protocol (LSP) servers and Model Context Protocol (MCP) clients, enabling large language models like Claude Code to explore codebases more effectively. It simplifies complex LSP interactions by providing two main methods: 'find things' for discovering symbols and 'details' for retrieving comprehensive information about a symbol in one request. This approach improves the experience of LLMs when navigating and understanding code, overcoming limitations of direct LSP usage.