MCP-server

taofit/MCP-server
★ 0 stars Go 📁 File System Updated today
mcp server including local files management, check weather, and simple hello and runtime check
View on GitHub →

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": {
      "command": "go",
      "args": [
        "run",
        "github.com/taofit/MCP-server@latest"
      ]
    }
  }
}