localrivet/gomcp
gomcp provides a Go implementation of the Model Context Protocol (MCP), enabling communication between language models/agents and external tools or resources via a standardized protocol.
Platform-specific configuration:
{
"mcpServers": {
"gomcp": {
"command": "npx",
"args": [
"-y",
"gomcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...