A 200-line Model Context Protocol server in Go — accompanies the Medium article.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-go": {
"command": "npx",
"args": [
"-y",
"cheikh2shift/mcp-server-go"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-go npx -y cheikh2shift/mcp-server-go
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-go": {
"command": "npx",
"args": [
"-y",
"cheikh2shift/mcp-server-go"
]
}
}
}