go-mcp-server-service
@MCP-Mirror
go-mcp-server-service について
Mirror of
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"AndrewDonelson_go-mcp-server-service": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"./bin/dev/<platform>/notes-server"
]
}
}
}ツール
1Adds a new note to the server
概要
What is go-mcp-server-service?
go-mcp-server-service is a JSON‑RPC 2.0 compliant server that implements the Model Context Protocol (MCP) for note management. It serves as an example and boilerplate that can be modified for custom MCP projects, supporting cross‑platform development with both a command‑line interface and a service component.
How to use go-mcp-server-service?
Build the server with make dev (development) or make release-all (release), then run it via make run-cmd or make run-service. For integration with Claude Desktop, add an entry pointing to the built binary in claude_desktop_config.json. Debugging can be done using the MCP Inspector with npx @modelcontextprotocol/inspector <binary>.
Key features of go-mcp-server-service
- JSON‑RPC 2.0 compliant API
- Cross‑platform support (Windows, Linux, macOS)
- Thread‑safe note management
- Development and release build configurations
- CLI and service components
- Custom
note://URI scheme for resources
Use cases of go-mcp-server-service
- As a starting boilerplate for building custom MCP servers
- Managing notes via a command‑line interface
- Running note storage as a background system service
- Demonstrating MCP resource, tool, and prompt implementations
- Testing MCP integration with Claude Desktop
FAQ from go-mcp-server-service
What are the system requirements?
Go 1.21 or later, GNU Make (or compatible), and Git for version information.
How do I build the server?
Use make dev for development builds (with debug symbols and race detection) or make release-all for optimized release builds. Binaries are placed in bin/dev/<platform>/ or bin/release/<platform>/.
How do I configure Claude Desktop?
Add a notes-server entry under mcpServers in claude_desktop_config.json, pointing to the built binary (e.g., ./bin/dev/<platform>/notes-server for development or ./bin/release/<platform>/notes-service for release).
How do I debug the server?
Use the MCP Inspector: run npx @modelcontextprotocol/inspector ./bin/dev/<platform>/notes-server. The Inspector provides a URL for the debugging interface.
What error codes are implemented?
Standard JSON‑RPC 2.0 error codes (-32700, -32600, -32601, -32602, -32603) plus custom codes: -32001 (Resource not found) and -32002 (Unsupported operation).
「その他」の他のコンテンツ
ghidraMCP
LaurieWiredMCP Server for Ghidra

EverArt
modelcontextprotocolModel Context Protocol Servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
コメント