An MCP server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"template-mcp-server-": {
"command": "go",
"args": [
"run",
"github.com/gshikhar2021/template-mcp-server-golang@latest"
]
}
}
}
Run in terminal:
claude mcp add template-mcp-server- go run github.com/gshikhar2021/template-mcp-server-golang@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"template-mcp-server-": {
"command": "go",
"args": [
"run",
"github.com/gshikhar2021/template-mcp-server-golang@latest"
]
}
}
}