Go implementation of the MyMind MCP server — a portable, zero-dependency binary for connecting MyMind to any MCP client.
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"
]
}
}
}
Run in terminal:
claude mcp add mymind-mcp-server-go go run github.com/EyeSeeThru/mymind-mcp-server-go@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"mymind-mcp-server-go": {
"command": "go",
"args": [
"run",
"github.com/EyeSeeThru/mymind-mcp-server-go@latest"
]
}
}
}