mcp_server_go

mcp_server_go

3.2

If you are the rightful owner of mcp_server_go and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Go implementation of a Model Context Protocol (MCP) server that provides database querying capabilities through a JSON-RPC interface.

The MCP Server (Go) is a robust implementation of the Model Context Protocol designed to facilitate database querying through a JSON-RPC interface. It supports real-time communication via Server-Sent Events (SSE) and integrates seamlessly with SQLite databases. The server is built with a tool-based architecture, allowing for extensible functionality and includes authentication support to ensure secure access. This server is ideal for developers looking to implement a lightweight, efficient, and secure database querying solution in Go.

Features

  • JSON-RPC 2.0 protocol implementation
  • Server-Sent Events (SSE) for real-time communication
  • SQLite database integration
  • Tool-based architecture for extensible functionality
  • Authentication support

Tools

  1. Query Tool

    Execute SQL queries against the database and returns results in tabular format

  2. List Tables Tool

    List all available tables in the database