Golang spam filter with anthropic sdk and MCP server. Beginner project to learn more golang and MCP
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"go_spam_filter": {
"command": "go",
"args": [
"run",
"github.com/VictorH04/go_spam_filter@latest"
]
}
}
}
Run in terminal:
claude mcp add go_spam_filter go run github.com/VictorH04/go_spam_filter@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"go_spam_filter": {
"command": "go",
"args": [
"run",
"github.com/VictorH04/go_spam_filter@latest"
]
}
}
}