https://github.com/meeehdi-dev/llm-language-server
🦾 Golang implementation of a language server (LSP) providing LLM completions from Ollama and Codestral API
https://github.com/meeehdi-dev/llm-language-server
codestral language-server-protocol llm lsp ollama
Last synced: 4 months ago
JSON representation
🦾 Golang implementation of a language server (LSP) providing LLM completions from Ollama and Codestral API
- Host: GitHub
- URL: https://github.com/meeehdi-dev/llm-language-server
- Owner: meeehdi-dev
- License: mit
- Created: 2025-05-14T15:24:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-03T22:36:22.000Z (4 months ago)
- Last Synced: 2026-03-04T02:24:04.202Z (4 months ago)
- Topics: codestral, language-server-protocol, llm, lsp, ollama
- Language: Go
- Homepage:
- Size: 51.8 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
# LLM Language Server
Implementation of a language server for APIs such as Ollama or Codestral, using Go and the Language Server protocol.
The goal is to have a similar handler as Github Copilot LSP and make it easier to handle multiple providers when working on completion plugins.