MCP Server (Go)
@pyljain
MCP Server (Go) について
概要はまだありません
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP Server (Go)?
A Go implementation of a Model Context Protocol (MCP) server that provides database querying capabilities through a JSON-RPC interface, integrating with SQLite and supporting Server-Sent Events for real‑time communication.
How to use MCP Server (Go)?
Clone the repository, run go mod download to install dependencies, then execute go run main.go to start the server on port 8777. All requests must include an Authorization header with the token "abcd". Use the / endpoint (GET) to establish an SSE connection and /messages/{sessionID} (POST) to send JSON‑RPC requests for tools like query, tools/list, and tools/call.
Key features of MCP Server (Go)
- JSON‑RPC 2.0 protocol implementation
- Server‑Sent Events (SSE) for real‑time communication
- SQLite database integration
- Tool‑based architecture for extensible functionality
- Token‑based authentication support (hardcoded token “abcd”)
Use cases of MCP Server (Go)
- Execute SQL queries against a SQLite database via JSON‑RPC
- List all available tables in the database
- Integrate with AI agents or chatbots that follow the Model Context Protocol
FAQ from MCP Server (Go)
What runtime or dependencies are required?
Go 1.x and SQLite3 are required.
Where does the database file live?
The server uses an SQLite database file named mcp.db located in the project root.
How is authentication handled?
The server uses a simple token‑based system with a hardcoded token “abcd”. All requests must include an Authorization: Bearer <token> header.
What transport does the server use?
It uses a combination of Server‑Sent Events (SSE) for streaming and HTTP POST for JSON‑RPC requests.
Are there any known limits?
The README does not mention any specific limits.
「その他」の他のコンテンツ
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.

EverArt
modelcontextprotocolModel Context Protocol Servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
コメント