NP-compete/gomcp
Production-ready Go MCP server template with complete MCP 2025-06-18 specification support. Use as a template for building your own MCP servers for Cursor IDE, Claude Desktop, and more.
Platform-specific configuration:
{
"mcpServers": {
"gomcp": {
"command": "npx",
"args": [
"-y",
"gomcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...