raykavin/gomcp
gomcp is a Go MCP server library for building applications that implement the Model Context Protocol (MCP). It provides a clean way to register tools and expose them via HTTP, SSE, or stdio, simplifying MCP server development in Go with JSON Schema support for arguments and results.
Platform-specific configuration:
{
"mcpServers": {
"gomcp": {
"command": "npx",
"args": [
"-y",
"gomcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...