my-go-mcp-server

Jorge1701/my-go-mcp-server
★ 0 stars Go Browser/Web Updated today
MCP server with some tools
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "my-go-mcp-server": {
      "command": "go",
      "args": [
        "run",
        "github.com/Jorge1701/my-go-mcp-server@latest"
      ]
    }
  }
}

README Excerpt

A MCP server written in go using [mark3labs/mcp-go](https://github.com/mark3labs/mcp-go). This project provides basic tools for retrieving date/time metadata, searching web results, and fetching content from a given URL. --- - **Today Metadata Tool**: Returns the current date and time. - **Search Results Tool**: Retrieves web search results based on a query using calling searX locally on port 8080.