Servers
go-mcp-server-service
@AndrewDonelson
A JSON-RPC 2.0 compliant server implementing the Model Context Protocol (MCP) for note management (as an example)
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"go-mcp-server-service": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"./bin/dev/<platform>/notes-server"
]
}
}
}