Search for:

A language server for Golang

  • Why this server?

    This server bridges Large Language Models with Language Server Protocol interfaces, allowing LLMs to access LSP's hover information, completions, diagnostics, and code actions for improved code suggestions. As go is a supported language, it may be suitable for this task.

    -
    security
    A
    license
    -
    quality
    Bridges Large Language Models with Language Server Protocol interfaces, allowing LLMs to access LSP's hover information, completions, diagnostics, and code actions for improved code suggestions.
    2
    TypeScript
    MIT License
  • Why this server?

    While primarily for Clojure, it offers linting capabilities which are core to language server functionality, and could potentially be adapted or used as a reference for building a Go language server.

    -
    security
    A
    license
    -
    quality
    A Model Context Protocol server that provides clj-kondo linting capabilities for Clojure/ClojureScript/EDN files, useful for environments like Claude code and desktop that lack built-in linting.
    236
    1
    JavaScript
    MIT License
  • Why this server?

    While not directly a language server, it allows execution of Azure CLI commands, which could be used to indirectly interact with or manage Go language development tools or infrastructure.

    -
    security
    A
    license
    -
    quality
    An MCP server that wraps the Azure CLI. As LLMs are very good at generating Azure CLI commands, this server allows your LLM to list resources, update/create/delete them, fix errors (by looking at the logs), fix security issues...
    50
    MIT License
    • Linux
    • Apple
  • Why this server?

    A template for creating Model Context Protocol servers, offering a foundation for developing custom tools that can be integrated with various systems and code environments.

    -
    security
    F
    license
    -
    quality
    A TypeScript template for creating Model Context Protocol servers that enable AI models to utilize external tools, including example operations and simple number addition functionality.
    2
    TypeScript
  • Why this server?

    This tool is capable of interpreting golang code and judging it under the most strict ddd and clean architecture paradigms.

    -
    security
    A
    license
    -
    quality
    You are capable of interpreting golang code and judge it under the most strict ddd and clean architecture paragidms
    51
    Go
    GPL 3.0
    • Linux
    • Apple
  • Why this server?

    This server is a TypeScript based MCP server designed to enhance AI coding assistants by providing features such as hover information, code completion, and diagnostics.

    A
    security
    A
    license
    A
    quality
    TypeScript-based MCP server designed to enhance code editing experiences by providing features such as hover information, code completion, and diagnostics.
    3
    13
    MIT License
    • Apple