mymind-mcp-server-go

EyeSeeThru/mymind-mcp-server-go
★ 0 stars Go 💻 Code/Dev Tools Updated today
Go implementation of the MyMind MCP server — a portable, zero-dependency binary for connecting MyMind to any MCP client.
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": {
    "mymind-mcp-server-go": {
      "command": "go",
      "args": [
        "run",
        "github.com/EyeSeeThru/mymind-mcp-server-go@latest"
      ]
    }
  }
}