CodeSynapse
0
CodeSynapse is a Model Context Protocol server integrated with the Language Server Protocol to serve semantic information from diverse codebases to an LLM code agent. It supports various programming languages and aims to provide a standardized interface for accessing code semantics.
CodeSynapse
CodeSynapse is an MCP server that works with the Language Server Protocol to provide semantic information from codebases to a code agent. It supports multiple programming languages by using a configuration registry that maps file types to their respective language servers, like Pyright for Python and tsserver for TypeScript.
- Inspired by Anthropic’s Model Context Protocol and Language Server Protocol.
- Offers a unified interface for querying semantic context across languages.